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

Commit f0ba241

Browse files
committed
Support "anonymous" login provider.
1 parent 4041dad commit f0ba241

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
@@ -600,6 +600,7 @@ angular.module("firebase").factory("angularFireAuth", [
600600
case "persona":
601601
case "twitter":
602602
case "facebook":
603+
case "anonymous":
603604
case "password":
604605
if (!this._authClient) {
605606
var err = new Error("Simple Login not initialized");

0 commit comments

Comments
 (0)