[google-appengine] Re: PHP Developer server + PHP-FPM

2019-02-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Piotr, 

You have some hints in the error message, one being "No default module 
found", the other "No php.ini file will be used". You should check your 
code and modify it accordingly. 

All this is above the scope of this discussion group, in fact off-topic. 
You should post such questions to StackOverflow, or other similar forums. 
This forum meant for general discussion on the platform and its services. 
By contrast, in StackOverflow, you get in contact with experienced 
programmers, who are happy to help. 

-- 
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/7014cb07-f1a7-45f7-b1a2-53d8407638ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Migrating GAE app stored user information to GAE Python 3.0 without Users API

2019-02-22 Thread marcel
Yes, trying it out is indeed what we're planning to do to validate the 
behavior and prepare for the switch.

Thanks for the follow up David.

On Wednesday, February 20, 2019 at 8:10:54 PM UTC-5, davidc...@google.com 
wrote:
>
> Hello Marcel,
>
> We expect these IDs to be the same but cannot guarantee it. The best way 
> to confirm this is to try it in your test environment; store the user ID of 
> a user from an application using the Users API and then using the same user 
> try to access application using Google Identity Platform to compare these 
> IDs. 
>

-- 
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/3abc4c00-fa3b-4dc5-a8ae-19d43fbb7e2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Migrating GAE app stored user information to GAE Python 3.0 without Users API

2019-02-22 Thread bFlood
has anyone tried Firebase Authentication API as a suitable replacement for 
GAE Python 2.7 Users api?
https://firebase.google.com/docs/auth/

this doc lays it out nicely:
https://cloud.google.com/appengine/docs/standard/python/authenticating-users-firebase-appengine

also, it looks like you can have as many Firebase Authentication users as 
you need for free (eg public user of your app). can someone at google 
confirm this as well? I had thought Firebase was priced per user?

thank you


On Wednesday, February 20, 2019 at 8:10:54 PM UTC-5, davidc...@google.com 
wrote:
>
> Hello Marcel,
>
> We expect these IDs to be the same but cannot guarantee it. The best way 
> to confirm this is to try it in your test environment; store the user ID of 
> a user from an application using the Users API and then using the same user 
> try to access application using Google Identity Platform to compare these 
> IDs. 
>

-- 
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/39ee233a-fd53-423a-9197-f6caea4576f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.