firebase storage image url with appcheck

Viewed 19

Previously i would store an image url in database(public read allowed) and use in within the app. Im now using appcheck and enforcing it on storage, however with appcheck enabled i cant use the stored image url due to following error:

401 response "Firebase App Check token is invalid."

What is the best method to store image urls in DB and use them with appcheck enabled for firebase.

0 Answers
Related