You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background message handling is intended to be performed quickly
This quote could be put in the next section on Adding FCM libraries, as the previous section doesn't mention background messages.
Create an Application file under <app-name>/android/app/src/main/java/<app-organization-path>/
Why not under main/kotlin? Flutter create creates this directory by default too IIRC.
It would be really nice to have a short description on why is the UNUserNotificationCenterDelegate part of the code needed in Swift. It would nicely extend the firebase_messaging README.
A description of what actually is a background message would be appreciated.
The text was updated successfully, but these errors were encountered:
I have some action points out of what you shared and some answers for you. I will share them separated below so you can track the progress. I am swamped at the moment, it might take couple of days to fix those :)
Answers
This is an important file and you should not push this
I believe you are misinterpreting what the Firebase engineer is saying here. This file is your configuration file and when you have an open-source project with the exact same file, people might just use your quota.
The file itself can be obtained by even simple APK reverse engineering yes, but still the main concern is keeping your quota for your team and yourself. So yes, you can technically put it to your repository and share with your teammates but would it be feasible. That is debatable.
You can see huge discussions here and for me, this means, in general, do not put your configuration files into your repositories.
So that means, it is not quite untrue :) It changes according to the case ;)
Actions
Add clarification and example for not adding the fields
Change the file directory from using java to kotlin
Add description for background messages
Add explanation about UNUserNotificationCenterDelegate
Explain what does background work mean and move quote under that.
Hi! I'm reading your FCM tutorial and I have few remarks that I wanted to share with you.
It would be really nice and educational if you provided some examples of those problems or linked to articles explaining them
That's about
google-services.json
. That's quite untrue. Look here: https://groups.google.com/forum/#!msg/firebase-talk/bamCgTDajkw/uVEJXjtiBwAJThis quote could be put in the next section on Adding FCM libraries, as the previous section doesn't mention background messages.
Why not under
main/kotlin
? Flutter create creates this directory by default too IIRC.It would be really nice to have a short description on why is the
UNUserNotificationCenterDelegate
part of the code needed in Swift. It would nicely extend thefirebase_messaging
README.A description of what actually is a background message would be appreciated.
The text was updated successfully, but these errors were encountered: