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
- SMTP email templates break html
Hey, Im trying to create a custom template for the team invite email. The issue is the html invite I created (which works in normal emails and fake emails I sen...
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Console: Query on attribute has greater ...
I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table Within the console I am able to view the table with ...