How to migrate App Engine from engine to Flexible

660 views
Skip to first unread message

hr lumiins

unread,
Mar 25, 2018, 5:20:58 AM3/25/18
to Google App Engine
How to migrate  App Engine from engine Standard to Flexible.

1) Please send me the steps or documents
2) How to move data (objectify) from Standard to Flexible environment
3)How to use FIrebase in flexible environment or can i use firebase in stanadard envoirement ?

Jordan (Cloud Platform Support)

unread,
Mar 25, 2018, 4:17:18 PM3/25/18
to Google App Engine
The migration guide can be found in our documentation. The main difference is that instances are now Compute Engine VMs, which means the old App Engine API is no longer accessible (since it only works from the App Engine Standard environment). Migrating to Flex simply means migrating your code to using the new Google Cloud Client Libraries.  

All of your Datastore data will still be accessible if you deploy a Flexible version of your code to the same project. But you will need to use the new Objectify version 6 which uses the new Client Libraries by following their code migration guide.

The Firebase Libraries are also not App Engine specific (meaning they are accessible from outside of App Engine) and can be used from anywhere (e.g Flex, Standard, etc). For a quick example on how to use Firebase from the App Engine Flexible environment you can view their quickstart tutorial

- Note that Google Groups if for general product discussions and not for technical support. For any further technical support in migrating your code it is recommended to post your detailed questions to Stack Overflow using the supported cloud tags. 
Reply all
Reply to author
Forward
0 new messages