Skip to content

Commit 33cafe6

Browse files
authored
Merge branch 'master' into signup_new_user
2 parents d94afed + 07a7140 commit 33cafe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [GitLiveApp]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can then pass this to the `initialize` function, along with a mock Android `
9797
```kotlin
9898
import android.app.Application
9999

100-
val app = Firebase.initialize(new Application(), options)
100+
val app = Firebase.initialize(Application(), options)
101101
```
102102

103103
## Project status

0 commit comments

Comments
 (0)