限制 expo react native 的 google api 密钥

限制 expo react native 的 google api 密钥

我目前正在使用 google cloud API 密钥开发 React Native 应用程序,google cloud API 允许您添加域限制,例如 HTTPS、ios、Andriod 等。如何添加限制以便仅在我的 expo localhost 中使用此 API 密钥?

答案1

您应该能够执行以下操作:

  1. 查找您的 IP 地址(whatismyip.com)
  2. 在 API 密钥的 IP 限制中添加

这样就行了。请注意,如果您的外部 IP 发生变化,则应修改限制,以便将新 IP 列入白名单。

相关内容