You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(messaging): sendFCM function that reflects a TokenMessage
- requires a TokenMessage, and just sends the Message to the device
addressed by the token in the message
- optionally can have a delay so you can put a test app in background
or kill it or similar after calling the API
For security purposes:
- Tested this with an incorrect google-services.json / plist and the function
call simply fails
- Tested this with an incorrect package name and the function all also simply fails
- Tested it with a correct package name and you can send on android, but on iOS there
is still a lot of Apple developer account / app work to do, so that fails.
0 commit comments