DEV Community

Discussion on: Flutter Builds in the Cloud.

Collapse
 
akashnanistar profile image
Akashnani-star • Edited

How To Integrate Firebase with flutlab ??

Basically Firebase project asking the Debug Signing certificate SHA 1

To get that certificate google firebase documents says execute the following command

keytool -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore

Finally My Question is
How to execute these commands in Flutlab.io