[google-appengine] Re: Google Engine with Firebase

2018-03-28 Thread Attila-Mihaly Balazs
Check out the "Adding the Firebase SDK to your web page" part of this: https://cloud.google.com/solutions/using-firebase-real-time-events-app-engine (be sure to switch to "JAVA" for the example). Attila -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: what the best way to connect my endpoints to SQL 2gen

2018-03-28 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
If you don’t have an App engine app and servlet, you won’t need appengine-web.xml and web.xml . You can check the available metrics of your Cloud SQL instance including “active connections” through the Info panel/Mo

[google-appengine] Re: Admin for Datastore

2018-03-28 Thread 'Digil(Google Cloud Platform Support)' via Google App Engine
Can you clarify a little bit more about the concern? Are you concerned about the 'tools' used by the back-end team for developing the 'Cloud Datastore'? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st

[google-appengine] Google Engine with Firebase

2018-03-28 Thread hr lumiins
HI, Followed this sample: https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/firebase-tictactoe Getting an error when login.. Any idea of this = Error: Problem accessing /. Reason: Server Error Caused by: java.lang.RuntimeException: Please copy your F

[google-appengine] Re: How to remove users when using gcloud auth login

2018-03-28 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello Dos, You can use "gcloud auth revoke" to revoke access credentials for an account. For more information, you can refer to this documentation link. [1] https://cloud.google.com/sdk/gcloud/reference/auth/revoke On Tuesday, March

[google-appengine] Admin for Datastore

2018-03-28 Thread Adrian DeWitts
Hi everyone, I'm wondering what configured Admins/clients that google cloud devs have used to access Datastore other than the console, Djangae Admin, or writing your own web client? Thank you. -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: what the best way to connect my endpoints to SQL 2gen

2018-03-28 Thread Guy Dviri
Thanks Katayoon so I don't need the configuration in the appengine-web.xml and the web.xml because all my connection with the SQL is in the server side. now one more thing , I like to now if my connection to SQL is open or close via the Cloud Console is there's a way to check it out? -- You r