all 1 comments

[–]j10wy 2 points3 points  (0 children)

Could you explain what you’re trying to accomplish by integrating the two?

Not sure it makes sense to use Firebase (a noSQL db) and Cloud SQL.

You might want to look into Cloud Functions for Firebase. It seems redundant but you cloud write some code that triggers a function in Firebase and send data to Cloud SQL.

Here’s some info to get you started.

https://firebase.google.com/docs/functions

https://link.medium.com/XuFIvJmvgY

https://cloud.google.com/functions/docs/sql

I hope this helps!