Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve W/NetworkRequest: No App Check token for request?

I cannot pass user info to firebase database, and I think this is the issue. My Authentication part works well, and can pass image to firebase storage. Can anyone explain to me what does this error mean?

enter image description here

Here is my method:

enter image description here

Also, in logcat, it shows "one way function results will be dropped but finished with status OK and parcel size 4", which I think is the same issue if I am not wrong

enter image description here

Here are my dependencies:

enter image description here

Can anyone help me please?

like image 589
leo Avatar asked May 16 '21 17:05

leo


1 Answers

Searching elsewhere I found this answer: "Seems like you have enabled App Check in your Firebase project. This feature was announced a few days ago, so it's unlikely you will find any info online. Check the docs to see if you have followed all the setup steps: https://firebase.google.com/docs/app-check "

like image 175
Erkhembayar Enkhtaivan Avatar answered Nov 16 '22 17:11

Erkhembayar Enkhtaivan