Skip to content
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

Merged
merged 14 commits into from
Oct 18, 2024
Merged

Update firebase to v10.6.0 #51

merged 14 commits into from
Oct 18, 2024

Conversation

yurabakhtin
Copy link
Contributor

@yurabakhtin yurabakhtin requested a review from luke- September 26, 2024 17:48
@yurabakhtin yurabakhtin marked this pull request as ready for review October 11, 2024 06:54
@@ -89,6 +93,7 @@ public function rules()
return [
[['enableEmailGoService', 'disableAuthChoicesIos'], 'boolean'],
[['senderId'], 'number'],
[['firebaseProjectId', 'firebaseApiKey', 'firebaseAppId', 'firebaseVapidKey'], 'string'],
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

@luke- luke- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

models/ConfigureForm.php Outdated Show resolved Hide resolved
Events.php Outdated Show resolved Hide resolved
@luke- luke- merged commit accd1e1 into master Oct 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants