Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.17.x'
node-version: '20.18.x'
- name: Test Build
run: |
if [ -e yarn.lock ]; then
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.17.x'
node-version: '20.18.x'
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
20.18.3
3 changes: 2 additions & 1 deletion docs/_includes/apm/setup-apm.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
2 changes: 1 addition & 1 deletion docs/adverts/consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To retrieve and update the consent status call the `getConsentStatus` function:
Adverts.service.consent.getConsentStatus( "publisher_id" );
```

The publisher id is taken from your AdMob account as shown in the [AdMob Settings](consent#admob-settings) section.
The publisher id is taken from your AdMob account as shown in the AdMob Settings section.

This is an asynchronous process and will dispatch one of two possible events:

Expand Down
2 changes: 1 addition & 1 deletion docs/adverts/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://support.google.com/admob/answer/9905175

#### Invalid GAD Identifier

If you encounter a crash on launch, ensure you have added the [info additions](add-the-extension#info-additions) correctly. The AdMob SDK will terminate your application if you haven't provided your Google AdMob application identifier in the info additions.
If you encounter a crash on launch, ensure you have added the [InfoAdditions](add-the-extension) correctly. The AdMob SDK will terminate your application if you haven't provided your Google AdMob application identifier in the info additions.



Expand Down
3 changes: 2 additions & 1 deletion docs/appgroupdefaults/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 2 additions & 1 deletion docs/applesignin/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 2 additions & 1 deletion docs/beacon/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 3 additions & 0 deletions docs/camerarollextended/adding-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Adding Images and Video
sidebar_label: Adding Images and Video
---

import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'

## Adding BitmapData

With the standard `CameraRoll` implementation you can easily add a `BitmapData` reference to the camera roll, using the `addBitmapData` function.
Expand Down
4 changes: 2 additions & 2 deletions docs/facebookapi/core/app-links/handling-incoming-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ To ensure an engaging user experience, you should process the incoming link when

## Receiving App Links

Your app will receive a link where {url} is the incoming URL based on a custom scheme that you have defined for your app. You'll also receive an al_applink_data query parameter with JSON encoded content.
Your app will receive a link where `url` is the incoming URL based on a custom scheme that you have defined for your app. You'll also receive an al_applink_data query parameter with JSON encoded content.

```json
{url}?al_applink_data=
url?al_applink_data=
{
"target_url": "{the-target-url}",
"extras": {
Expand Down
2 changes: 1 addition & 1 deletion docs/facebookapi/core/app-links/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App Links is an open omni-channel solution for deep linking to content in your m

Your app can post stories to news feed. When people click on those stories, Facebook can send people to either your app or your app's App Store page. This drives traffic and app installs. You can implement this behavior using App Links.

When someone taps on one of the links shared through your app or on the story attribution (name of your app) in one of the Open Graph stories shared through your app, the link content appears in a webview with a menu item Open in {app name}. Clicking on that menu item will either open your app or, if the your app is not installed on the device, open your app's App Store page. If your app is mobile-only and has no web content, when someone clicks the shared link they either open your app, if it's installed, or go to your app's App Store page (if your app isn't installed). The image below shows this flow:
When someone taps on one of the links shared through your app or on the story attribution (name of your app) in one of the Open Graph stories shared through your app, the link content appears in a webview with a menu item Open in "app name". Clicking on that menu item will either open your app or, if the your app is not installed on the device, open your app's App Store page. If your app is mobile-only and has no web content, when someone clicks the shared link they either open your app, if it's installed, or go to your app's App Store page (if your app isn't installed). The image below shows this flow:


| iOS | ![](images/app_links_ios.png) |
Expand Down
2 changes: 1 addition & 1 deletion docs/firebase/firestore/order-and-limit-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ citiesRef
.limit( 2 );
```

However, if you have a filter with a range comparison (<, <=, >, >=), your first ordering must be on the same field:
However, if you have a filter with a range comparison (`<`, `<=`, `>`, `>=`), your first ordering must be on the same field:

**Valid**: Range filter and orderBy on the same field

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ citiesRef.whereGreaterThanOrEqualTo("name", "San Francisco");

## Compound queries

You can also chain multiple `where...` methods to create more specific queries (logical AND). However, to combine the equality operator (==) with a range or array-contains clause (<, <=, >, >=, or array_contains), make sure to create a [composite index](https://firebase.google.com/docs/firestore/query-data/indexing).
You can also chain multiple `where...` methods to create more specific queries (logical AND). However, to combine the equality operator (`==`) with a range or array-contains clause ( `<`, `<=`, `>`, `>=`, or `array_contains`), make sure to create a [composite index](https://firebase.google.com/docs/firestore/query-data/indexing).


```actionscript
citiesRef.whereEqualTo("state", "CO").whereEqualTo("name", "Denver");
citiesRef.whereEqualTo("state", "CA").whereLessThan("population", 1000000);
```

You can only perform range comparisons (<, <=, >, >=) on a single field.
You can only perform range comparisons (`<`, `<=`, `>`, `>=`) on a single field.

**Valid**: Range filters on only one field

Expand Down
3 changes: 2 additions & 1 deletion docs/gameservices/service/huawei/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ You can use the keytool utility to get the details of your `p12` certificate dir
keytool -list -v -keystore /path/to/your/certificate.p12
```

<details><summary><code>keytool</code> location</summary>
<details>
<summary><code>keytool</code> location</summary>
<p>

`keytool` is a key and certificate management utility.
Expand Down
6 changes: 4 additions & 2 deletions docs/gameservices/service/playgames/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You can use the keytool utility to get the details of your `p12` certificate dir
keytool -list -v -keystore /path/to/your/certificate.p12
```

<details><summary><code>keytool</code> location</summary>
<details>
<summary><code>keytool</code> location</summary>
<p>

`keytool` is a key and certificate management utility.
Expand All @@ -42,7 +43,8 @@ You will find it in `$JAVA_HOME/bin/keytool`.
</details>


<details><summary>Flash Builder Debug Certificate</summary>
<details>
<summary>Flash Builder Debug Certificate</summary>
<p>

> Note: We advise against using Flash Builder currently. It is unmaintained and there are much better IDEs available for AIR now.
Expand Down
2 changes: 1 addition & 1 deletion docs/image/migrating-to-v6.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Particularly due to all the file system changes in Android that require addition

Migration should be relatively straight forward, just replace the `Image.service.saveToCameraRoll()` with `CameraRollExtended.service.addBitmapData()`.

For more information see the documentation on the [CameraRollExtended](/docs/camerarollextended/adding-files).
For more information see the documentation on the [CameraRollExtended](/docs/camerarollextended/adding-files.mdx).

2 changes: 1 addition & 1 deletion docs/image/saving-bitmapdata-to-the-camera-roll.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Saving BitmapData to the Camera Roll
:::warning
This functionality has been deprecated and will be removed in an upcoming release.

You should move to the [CameraRollExtended](/docs/camerarollextended/adding-files) extension for adding images to the Camera Roll.
You should move to the [CameraRollExtended](/docs/camerarollextended/adding-files.mdx) extension for adding images to the Camera Roll.

Migration should be relatively straight forward, just replace the `Image.service.saveToCameraRoll()` with `CameraRollExtended.service.addBitmapData()`.
:::
Expand Down
3 changes: 2 additions & 1 deletion docs/pushnotifications/apple/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 2 additions & 1 deletion docs/pushnotifications/firebase/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 2 additions & 1 deletion docs/pushnotifications/onesignal/_includes/add-apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
3 changes: 2 additions & 1 deletion docs/pushnotifications/windows/_includes/add-apm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Note: All of the commands below should be run in a terminal / command prompt in

**If you don't have an APM project setup, expand the guide below to setup an APM project before installing the extension.**

<details><summary>Setup APM</summary>
<details>
<summary>Setup APM</summary>
<p>

### Install APM
Expand Down
Loading