Respond to google api's own limitations

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?

+6
source share

Source: https://habr.com/ru/post/1016717/


All Articles