Last active
March 9, 2022 18:05
-
-
Save nidhi-canopas/5a39114dbda372cba97b5c0be41790e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fcmClient, err := app.Messaging(context.Background()) | |
| if err != nil { | |
| return err | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment