We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1f303 commit 420c626Copy full SHA for 420c626
packages/auth/src/authcredential.js
@@ -36,7 +36,7 @@ goog.provide('fireauth.SAMLAuthCredential');
36
goog.provide('fireauth.SAMLAuthProvider');
37
goog.provide('fireauth.TwitterAuthProvider');
38
39
-goog.forwardDeclare('fireauth.RpcHandler');
+goog.requireType('fireauth.RpcHandler');
40
goog.require('fireauth.ActionCodeInfo');
41
goog.require('fireauth.ActionCodeURL');
42
goog.require('fireauth.AuthError');
0 commit comments