firebase / quickstart-ios

Firebase Quickstart Samples for iOS
https://firebase.google.com
Apache License 2.0
2.8k stars 1.47k forks source link

Add UIScene samples to quickstarts #869

Open morganchen12 opened 4 years ago

morganchen12 commented 4 years ago

This will hopefully help issues like #843 and also increase our integration testing abilities.

wincod75 commented 4 years ago

@morganchen12 Any reference out there for...

"Either at startup, or at the desired point in your application flow, register your app for remote notifications."

Specifically, how does one prompt for notifications within their app as opposed to on startup?

Working in a RN app, apologies if i'm posting this question in the wrong place!

morganchen12 commented 4 years ago

This is definitely the wrong place, but Apple's guide is here.

If you're ever in doubt, you can always open a new issue.