-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update firebase to v10.6.0 #51
Conversation
models/ConfigureForm.php
Outdated
@@ -89,6 +93,7 @@ public function rules() | |||
return [ | |||
[['enableEmailGoService', 'disableAuthChoicesIos'], 'boolean'], | |||
[['senderId'], 'number'], | |||
[['firebaseProjectId', 'firebaseApiKey', 'firebaseAppId', 'firebaseVapidKey'], 'string'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be set to required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArchBlood The fields "Sender ID" and "Service Account (JSON file)" are not required.
They were used to check the dirver humhub\modules\fcmPush\driver\Fcm
is configured in previous version.
Now to check the driver is configured we check the 2 old fields and 4 new fields, so I am not sure we should make the 4 new fields required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/humhub/humhub-internal/issues/389