Thank you!

I thought exactly that.
But I asked, it was easier.

Thank you.

2018-04-24 14:54 GMT-03:00 'Jordan (Cloud Platform Support)' via Google App
Engine <google-appengine@googlegroups.com>:

> 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
> <https://groups.google.com/d/msgid/google-appengine/45352c61-241b-40e4-a071-00224e78ad19%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CA%2BoUHkhJE%3Da5%2BsPvcrMD9FZu_KWX5GpJ9BRQpmp_4cdoXC2CVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to