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
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...
- I am not getting "to" when email receive...
I am using cloud function to send an email when email received it doesn't have "to" email address. Please see attached image. My cloud function detail: built w...