java.lang.IllegalArgumentException: Given String is empty or null when executing Firebase updatePassword() Method

前端 未结 2 1070
北荒
北荒 2021-01-20 18:07

I am currently working on my project using Firebase Real-time DB, but I\'ve encountered a problem when I am executing the method it gives me:

 E/AndroidRunti         


        
2条回答
  •  再見小時候
    2021-01-20 18:34

    I got same issue. because of: field "current_key":"" in google-services.json

    *Resolved by get new google-services.json. and make sure it have a validity "current_key".

    "api_key": [
            {
              "current_key": "validity-key-xxxxxxxxxxxxxxx"
            }
       ]
    

提交回复
热议问题