Firebase and Mysql usage together -
i trying create messaging app. using firebase store messages this
toid: "4" message: "hello" fromid: "5"
my users stored in mysql database how can join between 2 in realtime can access users's name , profile picture mysql database using toid , fromid in firebase?
thanks
you can use guuids generate unique keys independent of database generated auto keys. using can access both mysql , firebase. can read domain driven development , event sourcing.
Comments
Post a Comment