mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
docs(spotify): Spotify Auth & Firebase Crashlytics
This commit is contained in:
commit
f413dab4e2
@ -16,7 +16,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
|||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* const crashlytics = this.firebaseCrashlytics.initialize();
|
* const crashlytics = this.firebaseCrashlytics.initialise();
|
||||||
* crashlytics.logException('my caught exception');
|
* crashlytics.logException('my caught exception');
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
|
@ -56,7 +56,7 @@ export interface AuthorizationData {
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* import { SpotifyAuth } from '@ionic-native/spotify-auth';
|
* import { SpotifyAuth } from '@ionic-native/spotify-auth/ngx';
|
||||||
*
|
*
|
||||||
* // [...]
|
* // [...]
|
||||||
*
|
*
|
||||||
@ -82,7 +82,7 @@ export interface AuthorizationData {
|
|||||||
*
|
*
|
||||||
* // [...]
|
* // [...]
|
||||||
*
|
*
|
||||||
* this.spotifyAuth.forget().then(() => console.log("We're logged out!"));
|
* this.spotifyAuth.forget();
|
||||||
*
|
*
|
||||||
* // [...]
|
* // [...]
|
||||||
* ```
|
* ```
|
||||||
|
Loading…
Reference in New Issue
Block a user