firebase_admin
firebase_admin copied to clipboard
Unhandled Exception: Unsupported operation: Unsupported platform: android
No documentation available how to use in flutter mobile app. But when I tried to use it gives error Unhandled Exception: Unsupported operation: Unsupported platform: android
@ahmad684 you should not use firebase admin in client code like flutter application, it's only for server
This package is indeed intended for server or command line applications. Not for frontend.