腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
TypeError
:$
firebaseAuth
不是
函数
、
、
、
} }; var $ctrl = this; $ctrl.sign_up = true;here: error at $ctrl.auth (login_m
浏览 6
提问于2016-09-11
得票数 0
1
回答
AngularFire 2.0 $
firebaseAuth
(参考文献);-
TypeError
: a.onAuthStateChanged
不是
函数
、
、
使用AngularFire 2.0并调用以下代码: function($
firebaseAuth
, serverName) { var auth = $
firebaseAuth
(ref);return auth;]);angular.js:135
浏览 3
提问于2016-06-02
得票数 0
回答已采纳
1
回答
火基地Auth AngularJs
、
、
1 .
TypeError
: 8月。$createUser
不是
一个
函数
['$scope', '$firebaseObject', 'FIREBASE_URL', function ($scope, $
firebaseAuth
, FIREBASE_URL) {
浏览 2
提问于2017-07-11
得票数 0
回答已采纳
1
回答
.AuthWithPassword()不工作
出于某种原因,它给了我一个错误: app.controller('loginController' , ["$
firebaseAuth
", "$scope", "Auth", "Ref",function($
firebas
浏览 1
提问于2016-01-14
得票数 0
2
回答
参考文献$authWithPassword
不是
Firebase中的一个
函数
、
我正要开始实现$firebaseSimpleLogin时,它崩溃了,我发现虽然堆栈溢出,但它被弃用于$
firebaseAuth
。但是,现在我无法更新控制器中的
函数
,因为它一次又一次地抛出相同的错误:我已经将所有的依赖项添加到我的控制器中,从我的firebasecontrollersModule.controller('HomeCtrl', ["$scope", "$
fi
浏览 3
提问于2015-10-01
得票数 0
回答已采纳
1
回答
Dart:使用非常量值作为默认构造
函数
参数
、
我想在构造
函数
中使用
FirebaseAuth
.instance (非常量值)作为默认参数。我有这样一门课: class MailAuth {} 现在我想对这个类进行单元测试,所以我想模拟
firebaseAuth
并将模拟注入到构造
函数</e
浏览 21
提问于2020-03-25
得票数 0
回答已采纳
1
回答
如何在新类中继承
FirebaseAuth
类?
、
class FireAuth extends
FirebaseAuth
{...我希望能够基于
FirebaseAuth
类构建自己的类,但我一直收到以下错误: 生成构造
函数
'
FirebaseAuth
FirebaseAuth
.instanceFor({required FirebaseApp尝试调用超类的不同构造
函数
,或者使被调用的构造
函数
浏览 4
提问于2022-03-31
得票数 0
1
回答
参数'firebaseFirestore‘不能有'null’值,因为它的类型,但是默认的隐式默认值是'null‘
、
、
、
、
我声明了FirebaseFirestore和
FireBaseAuth
类型的两个变量,现在我面临一个空安全错误。我在类中使用一个构造
函数
,并将它们作为参数传递,得到的错误为- The parameter 'firebaseFirestore' can't have a value of 'null' becauseof its type, but the implicit default value is 'null' in flutter和The parameter '
f
浏览 3
提问于2021-06-01
得票数 1
回答已采纳
1
回答
TypeError
: done
不是
函数
,
TypeError
: assert
不是
函数
、
、
、
如果我有“passReqToCallback: true”,它给我的“完成
不是
一个
函数
”,但是当我注释掉它时,它就没问题了。但我不需要那个吗?在那之后,它告诉我断言
不是
一个
函数
,然后我尝试用check来切换它,它给了我这个检查
不是
一个
函数
。
浏览 3
提问于2017-03-23
得票数 1
回答已采纳
1
回答
AngularFire $createUser的承诺不返回包含用户数据的对象。
、
、
、
、
根据$createUser
函数
的文档,“.返回一个通过包含创建用户的用户数据的对象解析的承诺” 我做错了什么吗?我应该以不同的方式检索值吗?myApp.factory('Authentication', function($firebase, $
firebaseAuth
, FIREB
浏览 4
提问于2015-02-03
得票数 0
回答已采纳
1
回答
安卓本地单元测试-模拟
FirebaseAuth
与MockK
、
、
、
、
java.lang.NoClassDefFoundError:无法初始化类com.google.firebase.FirebaseApp 类/要模拟的
函数
- @NonNull public static
FirebaseAuth
getInstance() { return (
FirebaseAuth
)FirebaseApp.getInstance().get(
FirebaseAuth
.c
浏览 11
提问于2019-09-29
得票数 5
回答已采纳
1
回答
空检查操作符,用于空值。虽然我很确定不可能是零
、
、
、
、
value); final
FirebaseAuth
auth =
FirebaseAuth
.instance; user = result.user
浏览 1
提问于2021-09-10
得票数 0
1
回答
Kotlin多个构造
函数
错误:声明具有相同的java签名
、
、
、
、
我在FirebaseUserAuth类中有两个构造
函数
,它给出了一个错误:声明有相同的java签名。构造
函数
的参数不同。为什么它会给出相同的签名错误?如何解决这个问题?class FirebaseUserAuth(private val auth:
FirebaseAuth
, constructor(auth:
FirebaseAuth
, loginCallBack: (LoginAuthData) -> Uni
浏览 7
提问于2019-10-19
得票数 0
1
回答
无法识别rootScope模块中的.run
函数
我使用一个rootScope
函数
来检查用户的会话,这个
函数
在chrome调试控制台("
TypeError
:$rootScope.checkSession
不是
一个
函数
“)中显示了一个
TypeError
,这是我的密码: forkapp.run(function($ionicPlatform, $rootScope, $
firebaseAuth
, $firebase, $window, $ionicLoading-9862.firebaseio.com/
浏览 0
提问于2016-04-12
得票数 0
回答已采纳
3
回答
AngularFire authWithPassword不在角工厂工作
、
、
app.factory("Auth", ["$
firebaseAuth
", function($
firebaseAuth
) { var auth = $
firebaseAuth
(ref); login: function(){ }
浏览 7
提问于2014-12-24
得票数 0
回答已采纳
1
回答
ReactJs
TypeError
:
TypeError
不是
函数
_store.getters.options/getLinkExtsToSniff.indexOf
不是
一个
函数
,content.js:1 Uncaught (承诺中)
TypeError
: 我认为这与供应商有关
浏览 2
提问于2021-12-28
得票数 0
1
回答
TypeError
:
函数
不是
函数
、
subject.matches([ 'hello', 'world', 'zombies', 'pants']); }); } return answer;我的
函数
应该接受一个字符串我一直在获取
TypeError
: Anagra
浏览 6
提问于2016-05-11
得票数 0
2
回答
TypeError
,
函数
不是
函数
、
、
我需要某种循环来捕获错误,还是在单击按钮时调用
函数
时出现问题?错误 at HTMLButtonElement.onclick (ToDo.html
浏览 3
提问于2021-03-07
得票数 1
回答已采纳
5
回答
TypeError
:
函数
不是
函数
、
、
我要去找Fib.inputValidate is not a functionHTML如下所示: <input id="fibonacci" type="text" name="fibonacci"/>Javascript ES6
浏览 0
提问于2019-01-14
得票数 2
回答已采纳
5
回答
TypeError
:$(...)
不是
函数
、
、
、
返回的数据是一个表,这是我试图让我的
函数
工作的地方。这个表有一个表排序脚本,还有我的
函数
。下面是用户提交表单和在div中加载结果的主页的代码:<head这是表分类器工作的页面,但我无法让我的
函数
工作。我还确保在这个div所在的
浏览 1
提问于2013-04-09
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券