Skip to content

Commit 5083f7e

Browse files
Update README again
1 parent 6154353 commit 5083f7e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ In order to ensure the browser implementation works, it will be necessary to con
325325
- Add support for ANONYMOUS provider (on Android)
326326
- Attempted to handle merging of anonymous users
327327
- Allowed iOS pods to use latest
328+
- Android logo disabled due to possible bug in FirebaseUI
328329

329330
## 0.0.10
330331
- Update JS Firebase dependencies

src/android/uk/co/reallysmall/cordova/plugin/firebase/ui/auth/FirebaseUIAuthPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private AuthUI.SignInIntentBuilder buildCustomInstance() {
241241
try {
242242
if (options.has("logo")) {
243243
int id = getIdentifier(options.getString("logo"), "drawable");
244-
// instance = instance.setLogo(id);
244+
// instance = instance.setLogo(id);
245245
}
246246
if (options.has("theme")) {
247247
int id = getIdentifier(options.getString("theme"), "style");

0 commit comments

Comments
 (0)