3

I got a couple of dedicated devices using the Android Management API and those devices need to access my AppEngine Endpoints, Cloud Storage etc. In my Kiosk App I'm currently using the Firebase AuthUi(Google Sign-in) and initially login to all devices with the same gmail address. Is there a way to authenticate my devices with Firebase that doesn't require me to manually sign in with the same gmail to every device?

Hugo
  • 462
  • 3
  • 11
  • 2
    There is no per-device authentication offered by Firebase. The best you can do is bake some email/password credentials into your app for login, and hope that no one is able to get that APK. – Doug Stevenson Feb 20 '20 at 20:14
  • Could anonymous authentication be an option? Take a look at the official documentation: https://firebase.google.com/docs/auth/android/anonymous-auth?hl=en – LucaM Sep 11 '20 at 10:12

0 Answers0