Skip to content

Commit c151545

Browse files
chore(update-plugins): Sun Aug 13 08:04:53 UTC 2023
1 parent 932164f commit c151545

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

plugins/firebase-remote-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ Asynchronously fetches and then activates the fetched configs. For more informat
377377
#### getAll()
378378
379379
```ts
380-
import { firebase } from '@nativescript/firebase-core';
380+
import { firebase } from '@nativescript/firebase-core'
381381

382-
parameters: Record<string, ConfigValue> = firebase().remoteConfig().getAll();
382+
parameters: Record<string, ConfigValue> = firebase().remoteConfig().getAll()
383383
```
384384
385385
Returns an object with all the parameters in the Remote Config.

plugins/local-notifications.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ LocalNotifications.addOnMessageReceivedCallback(notification => {
164164
### schedule()
165165

166166
```ts
167-
scheduledNotificationsIDs: Array<number> = await LocalNotifications.schedule(scheduleOptions)
167+
scheduledNotificationsIDs: Array<number> = await LocalNotifications.schedule(
168+
scheduleOptions
169+
)
168170
```
169171

170172
Schedules the specified [scheduleOptions](#scheduleoptions) notification(s), if the user has granted the permission. If the user has not been prompted for permission, it prompts the user for permission and schedules the notification(s) if permission is granted. For a manual permission request, use the [requestPermission](#requestpermission) method.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy