File tree Expand file tree Collapse file tree 11 files changed +21
-22
lines changed
src/androidMain/kotlin/dev/gitlive/firebase/auth Expand file tree Collapse file tree 11 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
- version = " 0.1 .0"
4
+ version = " 0.2 .0"
5
5
6
6
7
7
plugins {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-app" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
3
+ "version" : " 0.2 .0" ,
4
+ "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-app.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-common" : " 0.1 .0" ,
26
+ "@gitlive/firebase-common" : " 0.2 .0" ,
27
27
"firebase" : " 7.14.0" ,
28
28
"kotlin" : " 1.3.72" ,
29
29
"kotlinx-coroutines-core" : " 1.3.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-auth" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
3
+ "version" : " 0.2 .0" ,
4
+ "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-auth.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 0.1 .0" ,
26
+ "@gitlive/firebase-app" : " 0.2 .0" ,
27
27
"firebase" : " 7.14.0" ,
28
28
"kotlin" : " 1.3.72" ,
29
29
"kotlinx-coroutines-core" : " 1.3.5"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ actual class FirebaseAuth internal constructor(val android: com.google.firebase.
23
23
24
24
actual suspend fun signInWithEmailAndPassword (email : String , password : String ) =
25
25
AuthResult (android.signInWithEmailAndPassword(email, password).await())
26
- // AuthResult(android.signInWithEmailAndPassword(email, password).await())
27
26
28
27
actual suspend fun signInWithCustomToken (token : String ) =
29
28
AuthResult (android.signInWithCustomToken(token).await())
Original file line number Diff line number Diff line change 2
2
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
5
- version = " 0.1 .0"
5
+ version = " 0.2 .0"
6
6
7
7
plugins {
8
8
id(" com.android.library" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-common" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
3
+ "version" : " 0.2 .0" ,
4
+ "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-common.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change 1
- version = " 0.1 .0"
1
+ version = " 0.2 .0"
2
2
3
3
plugins {
4
4
id(" com.android.library" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-database" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
3
+ "version" : " 0.2 .0" ,
4
+ "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-database.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 0.1 .0" ,
26
+ "@gitlive/firebase-app" : " 0.2 .0" ,
27
27
"firebase" : " 7.14.0" ,
28
28
"kotlin" : " 1.3.72" ,
29
29
"kotlinx-coroutines-core" : " 1.3.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gitlive/firebase-firestore" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
3
+ "version" : " 0.2 .0" ,
4
+ "description" : " Wrapper around firebase for usage in Kotlin Multiplatform projects" ,
5
5
"main" : " firebase-firestore.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
23
23
},
24
24
"homepage" : " https://github.com/GitLiveApp/firebase-kotlin-sdk" ,
25
25
"dependencies" : {
26
- "@gitlive/firebase-app" : " 0.1 .0" ,
26
+ "@gitlive/firebase-app" : " 0.2 .0" ,
27
27
"firebase" : " 7.14.0" ,
28
28
"kotlin" : " 1.3.72" ,
29
29
"kotlinx-coroutines-core" : " 1.3.5"
Original file line number Diff line number Diff line change 1
- version = " 0.1 .0"
1
+ version = " 0.2 .0"
2
2
3
3
plugins {
4
4
id(" com.android.library" )
You can’t perform that action at this time.
0 commit comments