Reputation: 442
Since Android Things SDK does not support Firebase Authentication, when connecting to Firebase Storage, I receive the error:
W/NetworkRequest: no auth token for request
E/StorageUtil: error getting token java.util.concurrent.ExecutionException: com.google.android.gms.internal.zzbqn: Please sign in before trying to get a token.
This error is repeated several times (several seconds) then eventually uploads. Any suggestion on how to anonymously upload to Firebase Storage without the Firebase Authentication Package and without runtime errors?
Upvotes: 1
Views: 1240
Reputation: 986
I used custom tokens in my recent project.
In my case the process is as follows
Upvotes: 0
Reputation: 10679
The only way I think this may be achieved is by looking at:
Have a read here to know what you can actually do with and without Play Services.
Upvotes: 1