When using firebase or react-native-google-places-autocomplete , I need to provide an api key. Obviously, I cannot use my own api key, as calls are made using web clients. Therefore, I have to use the web api key. The problem is that I cannot restrict it in the Google console because I do not have an address or IP address. Is there any way to solve this?
source
share