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
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...