mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-26 12:50:19 +08:00
docs(firebase-dynamic-links): Change example (#2646)
* docs(firebase-dynamic-links): Change example * Update index.ts
This commit is contained in:
parent
2ac52822b8
commit
61fecf511b
@ -38,10 +38,9 @@ export interface IDynamicLink {
|
||||
* constructor(private firebaseDynamicLinks: FirebaseDynamicLinks) { }
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* // Handle the logic here after opening the app with the Dynamic link
|
||||
* this.firebaseDynamicLinks.onDynamicLink()
|
||||
* .then((res: any) => console.log(res)) //Handle the logic here after opening the app with the Dynamic link
|
||||
* .catch((error:any) => console.log(error));
|
||||
* .subscribe((res: any) => console.log(res), (error:any) => console.log(error));
|
||||
* ```
|
||||
*
|
||||
* @interfaces
|
||||
|
Loading…
x
Reference in New Issue
Block a user