No.
You can use create an Android app that uses Firebase authentication and Firebase Realtime database (a "JSON" nosql type of database), and you can use local client mysql (where it makes sense for you) ... but you have to link these two "database stores" together using your Android code.
Note: Firebase Realtime database is not "just another SQL database".