Refactor logic, preparing to generalize post-login publish of mappings
This commit is contained in:
@@ -60,7 +60,7 @@ public class GoogleFirebaseProvider implements IThreePidProvider {
|
||||
this(true);
|
||||
this.domain = domain;
|
||||
try {
|
||||
fbApp = FirebaseApp.initializeApp(getOpts(credsPath, db));
|
||||
fbApp = FirebaseApp.initializeApp(getOpts(credsPath, db), "ThreePidProvider");
|
||||
fbAuth = FirebaseAuth.getInstance(fbApp);
|
||||
|
||||
log.info("Google Firebase Authentication is ready");
|
||||
|
||||
Reference in New Issue
Block a user