Firebase stopped responding after I tried to input Cyrillic characters into field

General Tech Bugs & Fixes 3 years ago

2.44K 1 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

 

I completed an app that uses uploads images alongside a title and description to firebase and then fetches them. The full app can be found at: https://github.com/bubval/Gallery-Image-Upload-Application-With-Firebase

Tonight I tried making a post that included Cyrillic characters in the title and description. Then everything stopped working. Photos are uploaded to storage but not the database now.

As previously mentioned, it worked perfectly before that. Hopefully there is something I can do inside the firebase console or maybe there is a code solution. Any help is appreciated

   2019-04-08 22:46:31.284 21562-21615/com.example.imageuploadapplication 
   E/StorageUtil: error getting token 
   java.util.concurrent.ExecutionException:        
   com.google.firebase.internal.api.FirebaseNoSignedInUserException: 
   Please sign in before trying to get a token.
   2019-04-08 22:46:31.287 21562-21615/com.example.imageuploadapplication 
   W/NetworkRequest: no auth token for request
   2019-04-08 22:46:32.052 21562-21615/com.example.imageuploadapplication 
   E/StorageUtil: error getting token 
   java.util.concurrent.ExecutionException: 
   com.google.firebase.internal.api.FirebaseNoSignedInUserException: 
   Please sign in before trying to get a token.
   2019-04-08 22:46:32.056 21562-21615/com.example.imageuploadapplication 
   W/NetworkRequest: no auth token for request
   2019-04-08 22:46:33.432 21562-21621/com.example.imageuploadapplication 
   E/StorageUtil: error getting token 
   java.util.concurrent.ExecutionException: 
   com.google.firebase.internal.api.FirebaseNoSignedInUserException: 
   Please sign in before trying to get a token.
   2019-04-08 22:46:33.436 21562-21621/com.example.imageuploadapplication 
   W/NetworkRequest: no auth token for request
   2019-04
0 views
0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum