I am about to create the first App Store release of my app. The app uses FirebaseNotifications.
For this I have created a new explicit app identifier and a new production certificate and a new provision file as advised.
But I am in doubt of the meaning of:
What are these tokens? When sending out push messages I only use the API key and the topic I wish to send.
Can I use the same API key I have used for testing or do I need to create a new Firebase project with its own API key?
For this I have created a new explicit app identifier and a new production certificate and a new provision file as advised.
But I am in doubt of the meaning of:
I recommend using a Production SSL Certificate with a Distribution / Ad Hoc provision profile. This way you can use the same tokens during development and in production.
What are these tokens? When sending out push messages I only use the API key and the topic I wish to send.
Can I use the same API key I have used for testing or do I need to create a new Firebase project with its own API key?