Question:
If at some point we’ll decide to move to a different Firebase account, will it be possible to keep the subscription base we got by the time?
Answer:
Please note that in case you switch one of your apps to another Firebase project (use different Sender ID in the application build), current user-base will be unavailable (or even lost) due to the Sender ID mismatch.
The thing here is that push tokens are being registered by the gateway in regards to the specific project (Sender ID) and can be used only with this Sender ID.
You might be also interested in "GCM to FCM migration" article which is related to this topic:
https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/android-push-notifications/firebase-integration/gcm-to-fcm-migration
Comments
0 comments
Please sign in to leave a comment.