Rajesh
Rajesh

Reputation: 399

Firebase Token Multiple Database

I've an android app that connects to two Firebase databases. If i update my token in both databases, is it possible to send notification to my app using that common token.

Or is it like there will be different token for different databases.

Upvotes: 2

Views: 128

Answers (1)

Diego Giorgini
Diego Giorgini

Reputation: 12717

When you send a FCM message for a token created for project A you need to provide the FCM Server Key for that project A.

Upvotes: 2

Related Questions