I'm creating an application that needs to store and export some information on google firestore. I have a google service account with the corresponding certificate and the exporter that was made with Node.js works as expected. On the other hand, I use flutter and the latest cloud_firestore plugin for the application that needs to store the information and I can not find any documentation about how to use google service account certificate with the Flutter plugin.
The cloud_firestore plugins do not seem to have any mechanism to handle authentication and the plugin firebase_auth does not seem to support google service accounts.
Was anyone able to use a Google service account with Firestore and Flutter?