Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit dbc91d4

Browse files
Feature Request: Support In-App Messaging #1112
1 parent dba1a33 commit dbc91d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ src/platforms/android/mlkithelpersrc/**/*.class
1818
!src/analytics/analytics.d.ts
1919
!src/crashlytics/crashlytics.d.ts
2020
!src/performance/performance.d.ts
21+
!src/inappmessaging/inappmessaging.d.ts
2122
!src/storage/storage.d.ts
2223
!src/admob/admob.d.ts
2324
!src/messaging/messaging.d.ts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* [Cloud Functions](docs/FUNCTIONS.md)
2525
* [Cloud Messaging](docs/MESSAGING.md) / [Non-Firebase Push Messaging](docs/NON_FIREBASE_MESSAGING.md)
2626
* [Crash Reporting / Crashlytics](docs/CRASHREPORTING.md)
27-
* [In-App Messaging](docs/IN_APP_MESSAGING.md.md)
27+
* [In-App Messaging](docs/IN_APP_MESSAGING.md)
2828
* [Invites and Dynamic Links](docs/INVITES_DYNAMICLINKS.md)
2929
* [ML Kit](docs/ML_KIT.md)
3030
* [Performance Monitoring](docs/PERFORMANCE_MONITORING.md)

docs/IN_APP_MESSAGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Engage active app users with contextual messages.
1010
## Want to see a demo?
1111
Check out the (code of the) [Vue demo](demo-vue)!
1212

13-
## Enabling Cloud Functions
13+
## Enabling In-App Messaging
1414
To add this feature to your project, either:
1515

1616
* Remove `firebase.nativescript.json` from the root of the project and run `npm i`, or

0 commit comments

Comments
 (0)