Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information