我正在与vuejs合作一个项目,我在使用vuefire从Firebase获取数据时遇到了问题。代码如下:
Firebase.js
import firebase from 'firebase';
import Vue from 'vue'
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "XXXXXX"
我正在开发一个iOS项目( xcode 8&Wavid3)。我在蚕茧中安装了炉底吊舱。这是我的吊舱
target 'myApp' do
pod 'Firebase', '~> 3.9'
end
然后我打开myApp.xcworkspace文件,用Xcode打开项目。
然后,我尝试通过以下方法初始化一个firebase实例:
let BASE_URL = "https://myapp-35211.firebaseio.com/"
// ERROR: Cannot call value of non-functio
我正在尝试将Geofire添加到我的iOS项目中,该项目使用作为后端。当我添加Geofire吊舱并运行pod update时,我在终端中得到这条消息.
[!] Unable to satisfy the following requirements:
- `Firebase` required by `Podfile`
- `Firebase (~> 2.1)` required by `GeoFire (1.1.0)`
Specs satisfying the `Firebase, Firebase (~> 2.1)` dependency were found, but t
我正在做一个使用React和Firebase的项目。在这样做的时候,我得到了这样的错误:TypeError: firebase_compat_app__WEBPACK_IMPORTED_MODULE_4__.default.auth is not a function React将这一行指向错误:const auth = firebase.auth(); 我的App.js文件(除了重要的部分,我不能显示全部): import './App.css';
import React, { useRef, useState } from 'react';
impor
我有一个包含三个数据源的集合视图,您可以选择或取消选择这些项。
switch atIndex {
case 0:
print("Fashion Category")
datasource = categories as! [Category]
categoryIndex = 0
//update states for data from Firebase depending on category
checkCategorieStates(category: "fashion"
我正在创建一个快速的4 ios应用程序,并希望使用Firestore来存储我的所有数据。我已经阅读了入门指南并观看了在线教程,但我继续收到错误:
"4.8.1 - Firebase/Firestore无法到达Firestore后端。“
我的cocoapods文件包含:
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
在AppDelegate:i import Firebase中,在didFinishLaunchingWithOptions中我做Fir
你好,在使用Firebase电话验证验证电话号码时,我收到了这个错误
This app is not authorized to use Firebase Authentication. Please verify that the correct
package name and SHA-1 are configured in the Firebase Console.
我正在工作的支持项目,这是在谷歌游戏商店现场直播。我从终端生成了我的调试SSH1,并在firebase中添加了它。我只有查看权限,在Firebase控制台,没有访问谷歌playstore。我以前在不同的Android系统中