小编Has*_*san的帖子

Firebase 远程配置:未捕获的类型错误:firebase.remoteConfig 不是函数

我正在尝试使用 Firebase 远程配置。我遵循 firebase docs 进行此设置https://firebase.google.com/docs/remote-config/use-config-web#add-remote-config-to-your-app。但是我收到了这个错误 Uncaught TypeError: firebase.remoteConfig is not a function。

我在这里做什么:

index.html 文件

    	<!-- The core Firebase JS SDK is always required and must be listed first -->
    <script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-app.js"></script>

    <!-- TODO: Add SDKs for Firebase products that you want to use
         https://firebase.google.com/docs/web/setup#available-libraries -->
    <script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-analytics.js"></script>

    <script>
      // Your web app's Firebase configuration
    var firebaseConfig = {
      apiKey: "api-key",
      authDomain: "project-id.firebaseapp.com",
      databaseURL: "https://project-id.firebaseio.com",
      projectId: "project-id",
      storageBucket: "project-id.appspot.com",
      messagingSenderId: "sender-id",
      appId: "app-id",
      measurementId: "G-measurement-id",
    };
      // …
Run Code Online (Sandbox Code Playgroud)

firebase firebase-remote-config

3
推荐指数
2
解决办法
1795
查看次数

标签 统计

firebase ×1

firebase-remote-config ×1