我如何解决谷歌地图中的“混合内容类型错误”

How can i solve `mix content type error` in googleMap

我正在使用 google maps 并获取 mix content type error 我想将 firebase 协议 https 更新为 http

Firebase 托管仅支持 HTTPS,但 Google 地图也完全支持 HTTPS。您应该查看代码中是否有任何 http:// URL,看看将它们更改为 https:// 是否仍然有效。