Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit b471e96

Browse files
committed
Merge pull request #156 from nickmerwin/patch-1
Support "anonymous" login provider.
2 parents a885994 + f0ba241 commit b471e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angularfire.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ angular.module("firebase").factory("angularFireAuth", [
602602
case "persona":
603603
case "twitter":
604604
case "facebook":
605+
case "anonymous":
605606
case "password":
606607
if (!this._authClient) {
607608
var err = new Error("Simple Login not initialized");

0 commit comments

Comments
 (0)