You can use the Firebase Server SDK <https://firebase.google.com/docs/admin/setup> for Java with the Authentication Admin API <https://firebase.google.com/docs/auth/admin/> as seen in the Android app example <https://cloud.google.com/solutions/mobile/firebase-app-engine-android-studio>. Additionally you can find all of the tutorials on the Firebase Authentication page <https://firebase.google.com/docs/auth/>.
Note, since the Python tutorial <https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine>uses a Python App Engine application to talk to the Datastore, you can simply replace this part with a Java application. You might also be able to use the Python app as an event proxy application <https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/firebase-event-proxy> for your Java application. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/24b1d1a9-d84b-407d-90e3-a461319b3168%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
