[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 Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/1e35e374-9250-4e90-85b8-8d96fd2a861f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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/Monitoring tab 

.

Kindly note, that Google Groups are reserved for general product 
discussions and are not for technical support. For further technical 
support it is recommended to post your redacted questions 
 to Stack Overflow 
 using the supported 
Cloud tags.

PS. I corrected the link of the duplicate thread 
 
in my previous comment.




On Wednesday, March 28, 2018 at 6:59:13 AM UTC-4, Guy Dviri wrote:
>
> 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 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/076b2fe3-bf14-4779-9e54-6ee3ee99e60b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/059f8281-9dc3-4a97-9685-cfe67fa45eb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Firebase web snippet into 
WEB-INF/view/firebase_config.jspf
at 
com.example.appengine.firetactoe.FirebaseChannel.parseFirebaseUrl(FirebaseChannel.java:109)
at 
com.example.appengine.firetactoe.FirebaseChannel.(FirebaseChannel.java:92)
at 
com.example.appengine.firetactoe.FirebaseChannel.getInstance(FirebaseChannel.java:71)
at com.example.appengine.firetactoe.Game.sendUpdateToUser(Game.java:137)
at 
com.example.appengine.firetactoe.Game.sendUpdateToClients(Game.java:146)
at 
com.example.appengine.firetactoe.TicTacToeServlet.doGet(TicTacToeServlet.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
at org.ec

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/755b774c-2eef-4abb-bfdb-9492211a9166%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 27, 2018 at 6:42:28 PM UTC-4, Dos Branding wrote:
>
> Greetings, I have many users that I setup when starting a project on 
> Google App Engine while using gcloud.
>
> I would like to only remain with one user. 
>
> How do I remove the users? 
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/f31d1e59-38fd-426e-a3f5-5c9341de7b10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/89a5e39b-1041-4864-9477-53e159b30b38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/f56dda97-8a01-4c7e-aa9a-fd71cfa23167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.