Would it work if my app isn't approved yet? Currently I have it there to test using testFlight, is that enough or do I need to submit for approval first?
Great Video- I have several teams that will be needing to send notifications to Android and IOS, will they be able to use the Admin SDK to individually send notifications. I am trying to give the the ability to create their own triggers and send their own payloads without having me send the notifications from the console? Thanks
Just a quick question, I am trying to do something similar to what your video was about, but how could I automate this so that a push notification can be sent to another person's device who is using the app. Because I saw that you were able to receive a push notification only when u created a push notification through firebase website rather than in your code. Thanks!
Look into “FCM with Firebase Cloud Functions”. You can learn more about Functions here: firebase.google.com/docs/functions And here is a tutorial putting it all together: engineering.monstar-lab.com/en/post/2021/02/09/Use-Firebase-Cloudfunctions-To-Send-Push-Notifications/
*WONDERFUL* tutorial... I've tried everything as outlined but on all latest version of Firebase, Xcode and iOS14.x the fcmToken is not printed. Also - it seems there's no need to enter the reverse Google URL anymore. The FCM iOS messaging github has additional entitlements file that specifies aps-environment as development... which seems to match the private key created in this tutorial... Not sure where to put the entitlements file in xcode...
You do not need to add url. It is related to google login enabled projects. Thanks for great and concise explanation.
This is the very best tutorial for iOS notifications on You Tube. Clear and concise. Thanks!!!
Great tutorial! Thank you very much. You saved me days of searching!
Note: it's Sep 2023, Push Notifications do work on simulators now.
Thanks for the info!
how?
Very clear and concise, Thanks for the tutorial - it helped me debug an iOS / firebase issue quickly for my app!
An absolutely excellent tutorial. Thanks for simplifying
YOU ARE PERFECT!! Thank you so much!! Video was clean and easy to understand!
Some changes since this video was created but overall great, thanks!
Thank you, very good tutorial. One note: you don't need Background processing capability
Thank you for this valuable piece of content. Have a nice one buddy
Same to you
thank you verrryyyyyyyyy much, you saved my huge amount of time and a bunch of nerves 8)
Love to hear it man
thanks dude. background music is awesome
Glad you like it!
Adding the URL Scheme to URL Types in project settings -> Info was what I was missing. Thank you.
Best amongst the rest. Thanks for the details!
Worked perfectly! Thank you!
Would it work if my app isn't approved yet? Currently I have it there to test using testFlight, is that enough or do I need to submit for approval first?
This is exactly what I am looking for.Thank you for the great tutorial.
Great to hear!
How can i send this token to my api ?
Thanks for the great video. The firebase docs seem to kind of miss setting up the background modes and push notifications in xcode.
Thanks 🙏
why we need add REVERDES_CLIENT_ID to URL Types ?
I was thinking the same not sure why it is needed, he didn't explain also.
Thanks for the tutorial!
I didn't receive the reverse client id. where i will get that
Great Video- I have several teams that will be needing to send notifications to Android and IOS, will they be able to use the Admin SDK to individually send notifications. I am trying to give the the ability to create their own triggers and send their own payloads without having me send the notifications from the console? Thanks
Thank you 🙏
I would use Firebase Functions to trigger an event. Sending the notification through the Firebase Console is just for testing purposes.
Thank you so much, great toturial
I didn't get reverse client id in google service info file what should i do in that case
I don’t think you need it
What a great tutorial, but how can i receive the data from notifications?
You can add it in the payload
Thank you!
must it be in app store for any notifications. I think here you just used a debug app
Just a quick question, I am trying to do something similar to what your video was about, but how could I automate this so that a push notification can be sent to another person's device who is using the app. Because I saw that you were able to receive a push notification only when u created a push notification through firebase website rather than in your code. Thanks!
Look into “FCM with Firebase Cloud Functions”. You can learn more about Functions here:
firebase.google.com/docs/functions
And here is a tutorial putting it all together:
engineering.monstar-lab.com/en/post/2021/02/09/Use-Firebase-Cloudfunctions-To-Send-Push-Notifications/
*WONDERFUL* tutorial... I've tried everything as outlined but on all latest version of Firebase, Xcode and iOS14.x the fcmToken is not printed. Also - it seems there's no need to enter the reverse Google URL anymore.
The FCM iOS messaging github has additional entitlements file that specifies aps-environment as development... which seems to match the private key created in this tutorial... Not sure where to put the entitlements file in xcode...
What about a release application , maybe production app.that is not a DEBUG app
What if I use WebView so how can I send the device ID to the server?
very good, many thanks!!
How about key tab? I can't find key to create a key for firebase push notification
Same here, did you find any solution?
Thank you so much!
Good Video
Nice tutorial. I just hope if you remove the music next time
Perfect!😎
Hey, anyone know why the notification not have sound? :(
If you set up a campaign, notifications will do have sound. You can set it up like the same as for test.
thanks
How to send an image in notification
Check the documentation or ask ChatGPT