This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Engage active app users with contextual messages.
1010## Want to see a demo?
1111Check out the (code of the) [ Vue demo] ( demo-vue ) !
1212
13- ## Enabling Cloud Functions
13+ ## Enabling In-App Messaging
1414To add this feature to your project, either:
1515
1616* Remove ` firebase.nativescript.json ` from the root of the project and run ` npm i ` , or
You can’t perform that action at this time.
0 commit comments