I am developing a Mobile app (Ionic) with the backend in Google App Engine (Python). This app needs to login using Google authentication and security interchange with Google App Engine (Python) application.
Google is showing 2 configurations to achieve this. 1. Mobile Client <-> Firebase <-> Google App Engine: [image: enter image description here] <https://i.stack.imgur.com/CAI7Z.png> 1. Mobile Client <-> Cloud Endpoints <-> App Engine: [image: enter image description here] <https://i.stack.imgur.com/2n67X.png> In my current approach 1, the Ionic app is able to login to Google and exchange information with Firebase, Firebase is able to interact with Google App Engine, but I'm not sure how to get Ionic app to authentication and security interchange with Google App Engine. Can I use this approach? OR do I need to use 2 Mobile Client <-> Cloud Endpoints <-> App Engine Thank you. -- 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/39f13ddc-6f87-42fe-8d4a-8c8ccd166c11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
