Hello dear people.
I tried to integrate Push Notifications into my Flutter App.
Everything works fine on Android/iOS Simulator + Testflight but as soon as I shipped my app into the app stores I get this error by trying to send a Push Notification via appwrite console.
Failed sending to target emq****5s5:APA91bFBm*****3b4fI with error: Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
- I use appwrite self-hosted 1.8.1
- I use FCM (also for iOS)
- Firebase Messaging is activated
- FCM Provider is setted up in appwrite console (including the json from the google service account)
- the .p8 file is uploaded into firebase project
I hope someone can help me here - I also didn't found something in the docker logs....
thanks, best regards
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...