Marie - You could also look at using Cloud Endpoints along with Firebase. Firebase does allow for username/password auth and features mobile client libraries for generating the JWTs.
https://cloud.google.com/endpoints/docs/frameworks/python/authenticating-users or https://cloud.google.com/endpoints/docs/frameworks/java/authenticating-users On Jul 11, 2017 10:24 AM, "'George (Cloud Platform Support)' via Google App Engine" <[email protected]> wrote: Hello Marie, You can create a custom authenticator for Endpoints, as detailed on the "Interface Authenticator" documentation page <https://cloud.google.com/endpoints/docs/frameworks/legacy/v1/java/javadoc/com/google/api/server/spi/config/Authenticator>. General authentication-related information for Endpoints is presented on the "Authenticating Users" page <https://cloud.google.com/endpoints/docs/authenticating-users>. Let us know if this information addresses your concern. You are most welcome to come back with more detailed questions. -- 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/ms gid/google-appengine/89f3dc25-ce51-4d11-8792-36fec2a308f9%40googlegroups.com <https://groups.google.com/d/msgid/google-appengine/89f3dc25-ce51-4d11-8792-36fec2a308f9%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- 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/CAJ6Lt0_9zE3KBDhkD7jDuGHrr3NLWfMLo527npo6VRO%2BC6VA-w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
