I’m creating my delivery app in my city and I need to integrate a Google Maps feature to display the couriers’ real-time location. In order to set up the integrations, I have to generate an API key, which I need to protect by restricting it.
The problem is that, to apply the restrictions, it asks me for the package name (which I already know because Flutterflow provides it directly) and also the SHA-1 certificate fingerprint. The issue is that I have no idea how to obtain it when building the app with Flutterflow, Google Cloud Console, and Firebase.
Sorry if this question sounds obvious; I’m new to this and still getting familiar with the Flutterflow environment.