Getting "Authenticating with FIREBASE_TOKEN
is deprecated" error when authenticating with SERVICE ACCOUNT
#1841
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Distribution fails for iOS, but works on Android using the same account service. Expected resultsSuccessful upload to firebase distr. Actual resultsThe distribution phase fails with error:
Error: failed to upload release. HTTP Error: 400, Request contains an invalid argument. Build id (optional)64a2c134642c4702b200eb38 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hey @bernat-gomez Firebase has marked authentication via token as deprecated and might disable it in future versions of firebase tool. But this is just a warning and should not cause the build to fail. The main error here is
|
Beta Was this translation helpful? Give feedback.
hey @bernat-gomez Firebase has marked authentication via token as deprecated and might disable it in future versions of firebase tool. But this is just a warning and should not cause the build to fail.
The main error here is
Request contains an invalid argument.
Can you please double check the format of your appId that you entered inside your yaml file