Closed allistoncarlos closed 6 years ago
@allistoncarlos You are using the Data Property. You have to use the Notification Property for sending a Notification:
Then it will work correctly.
Thanks! It's fully working now :D
Great! Thanks for the feedback.
My iOS app is configured with Firebase, and I can send notifications using the console, but when I try to send using the backend, nothing happens...
Here's my code:
var settings = FileBasedFcmClientSettings.CreateFromFile(project, credentialsFileName);
The code returns the following string, but the notification doesn't arrive in the App: "projects/projectId/messages/7043580007032901484"
What am I missing?