Since Firebase Realtime Database is a non-relational database, and MySQL is 
a relational database, there are no auto-migration tools and you will need 
to manually read your data from Firebase and then convert it into your 
custom MySQL schema and write it to your MySQL database. 

You will need to make a script that uses the Firebase SDK  
<https://firebase.google.com/docs/admin/setup#add_firebase_to_your_app>in 
one of the supported languages to read the data from Firebase 
<https://firebase.google.com/docs/database/admin/retrieve-data#section-reading-once>.
 
Your script would then convert the returned data into a writable MySQL 
schema that is accepted by the standard MySQL API 
<https://dev.mysql.com/doc/refman/8.0/en/connectors-apis.html> (in the same 
chosen language), and use the MySQL API to write that data to your 
database. 

- Note: Google Groups is reserved for general product discussions and is 
not for technical support. If you require further technical support for 
migrating to MySQL it is recommended to post your detailed questions 
<https://stackoverflow.com/help/how-to-ask>to Stack Exchange 
<https://cloud.google.com/support/docs/stackexchange> using the supported 
Cloud tags. 

-- 
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/45352c61-241b-40e4-a071-00224e78ad19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to