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

Commit 5c8772c

Browse files
cleanup
1 parent 3e1f892 commit 5c8772c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/PERFORMANCE_MONITORING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ To add this feature to your project, either:
1616
In both cases, remove the `/platforms` folder afterwards so the required native library will be added upon the next build.
1717

1818
## API
19-
You can use either the Web API syntax (easy for interoperability with a web version of your app), or our custom native syntax.
20-
Use whichever syntax you like most - the underlying implementation is the same.
2119

2220
### `startTrace`
23-
You need to start and stop a trace, so remember the started trace in some property:
21+
To interact with a started trace, we're remembering it in the property `firebaseTrace`:
2422

2523
```typescript
2624
import { performance as firebasePerformance } from "nativescript-plugin-firebase";

0 commit comments

Comments
 (0)