firebase / firebase/functions-samples
Invalid registration token provided. Make sure it matches the registration token the client app receives from registering with FCM.
Open
- Dominant language
- JavaScript
- Stars
- 12.2k
- Forks
- 3.8k
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
**Please Help me!**!,
I was following the docs from https://rnfirebase.io/reference/messaging and I try send from console its receive to my device using the same token, but when I send using Cloud functions using the same token, an error showing: **Invalid registration token provided. Make sure it matches the registration token the client app receives from registering with FCM.**
im using the line code :
`admin.messaging().sendToDevice(followedToken, payload);`
Contributor guide
Assessment
This issue has not been assessed yet.