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
Since I am not receiving the notification, I checked with bindings in Twilio console. The bindings are not created in the console. I am not getting any idea of the issue. Please help me to sort out this.
The text was updated successfully, but these errors were encountered:
I have tried to set fcm token to the client by using setPushRegistrationId with fcm token as a parameter.
const fcmToken = await firebase.messaging().getToken();
this.client.setPushRegistrationId('fcm', fcmToken)
Since I am not receiving the notification, I checked with bindings in Twilio console. The bindings are not created in the console. I am not getting any idea of the issue. Please help me to sort out this.
The text was updated successfully, but these errors were encountered: