File tree 18 files changed +18
-18
lines changed
firebase-in-app-messaging
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-admob" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Admob" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-analytics" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Analytics" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-app-check" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - App Check" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-auth" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Auth" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-core" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Core" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-crashlytics" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Crashlytics" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-database" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Database" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-dynamic-links" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Dynamic Links" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -852,7 +852,7 @@ export class CollectionReference<T extends DocumentData = DocumentData> extends
852
852
}
853
853
854
854
doc ( documentPath ?: string ) {
855
- return DocumentReference . fromNative ( this . native . document ( documentPath || '/' ) ) ;
855
+ return DocumentReference . fromNative ( documentPath ? this . native . document ( documentPath ) : this . native . document ( ) ) ;
856
856
}
857
857
858
858
toJSON ( ) {
Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ export class CollectionReference<T extends DocumentData = DocumentData> extends
768
768
}
769
769
770
770
doc ( documentPath ?: string ) {
771
- return DocumentReference . fromNative ( this . native . documentWithPath ( documentPath || '/' ) ) ;
771
+ return DocumentReference . fromNative ( documentPath ? this . native . documentWithPath ( documentPath ) : this . native . documentWithAutoID ( ) ) ;
772
772
}
773
773
774
774
toJSON ( ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-firestore" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Firestore" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-functions" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Functions" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-in-app-messaging" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - In App Messaging" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-installations" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Installations" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-messaging" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Messaging" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-performance" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Performancee" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-remote-config" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Remote Config" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/firebase-storage" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " NativeScript Firebase - Storage" ,
5
5
"main" : " index" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments