appwrite icon indicating copy to clipboard operation
appwrite copied to clipboard

🚀 Enhancement: Validate `serviceAccountJSON` File on the Fly

Open ItzNotABug opened this issue 2 years ago • 0 comments

🔖 Enhancement description

At the moment, it is possible to upload a wrong, invalid or a blank JSON file for the FCM Provider. This is can later cause issues when sending a push notification.

See -

https://github.com/appwrite/appwrite/assets/20625965/bbbe01e1-e33a-4580-96fe-d0e33bb944e1

🎤 Pitch

Validate the serviceAccountJSON before uploading and creating the provider.

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

ItzNotABug avatar Apr 02 '24 07:04 ItzNotABug