Hi,
My Android app is integrated with Firebase.
I can read from and write to Firebase Firestore.
I can read from Firebase Storage.
However, I cannot write to Firebase Storage.
I get the following in my Logcat:
W: No App Check token for request.
Everything was working fine. However, I decided to try out App Check.
I enabled App Check, added my SHA-256 ... etc
No enforcement only monitoring.
Then I started getting this error of not being able to upload to Firestore Storage.
W: No App Check token for request.
I disabled App Check API and Play Integrity API
However, I still get this error.
Now I am stuck, my app cannot upload to Firesbase Storage.