skip to Main Content

What should I do to protect my uploaded firebase document

How can I protect my uploaded document in Firebase? For Example, this is my uploaded document URL:- https://firebasestorage.googleapis.com/v0/b/sapient-logic-368311.appspot.com/o/coder.JPEG?alt=media&token=55d1a727-956f-434b-bdad-a08b8ef133d0 Anyone can able to access and see my uploaded document by using this document URL. How can I protect the uploaded document,…

VIEW QUESTION

Android Studio: Firebase Push Notifications not working when app is minimized or closed

After updating compileSdkVersion from 30->31 in gradle file, android phones have stopped receiving notifications when the app is minimized or closed. Gradle File: implementation 'com.google.firebase:firebase-analytics:17.2.2' implementation 'com.google.firebase:firebase-auth:19.2.0' implementation 'com.google.firebase:firebase-firestore:21.4.0' implementation 'com.google.firebase:firebase-messaging:20.1.0' implementation 'com.google.firebase:firebase-analytics:17.2.2' implementation 'com.google.android.gms:play-services-location:18.0.0' Manifest File: <service android:name=".service.ABCMessaging" android:exported="true">…

VIEW QUESTION
Back To Top
Search