How can i integrate firebase authentication with external database like mySQL in my android project?
i'm about to make an android application that each user have it's own data restored in the database.. but i want my user auth restored in firebase, while the details data is in mySQL. is it possible to implementing it in android? or maybe you guys have any solutions for my project?
features on my application
authentication
profile (edit profile, user can post card photo like feeds on instagram)
chatting feature
home (recyclerview that display users post card )
category (recyclerview based...