Skip to content

Releases: NativeScript/firebase

2.0.2

Choose a tag to compare

@triniwiz triniwiz released this 29 May 18:38

Bug Fixes

  • admob: remove deleted method (f0ccb4a)
  • functions: remove deleted method (35c3f44)

2.0.1

Choose a tag to compare

@triniwiz triniwiz released this 19 May 15:11

2.0.1 (2022-05-19)

Bug Fixes

2.0.0

Choose a tag to compare

@triniwiz triniwiz released this 18 May 22:00

2.0.0 (2022-05-18)

Bug Fixes

  • admob: declare as static (44f66b9)
  • admob: update input (dcb2b07)
  • auth: currentUser is nullable (#82) (8f5cab1)
  • dynamic-links: prevent crash when annotation is null (#86) (8a53b8b)
  • HttpsCallableResult type (#81) (b6e431b)
  • messaging: prevent loss of messages when app is closed. (#84) (f75d682)
  • TypeError onComplete is not a function (#80) (e575475)
  • appcheck: declare as static (#88) (4dc8122)
  • messaging: declare as static (#77) (4dc8122)

Features

1.2.2

Choose a tag to compare

@triniwiz triniwiz released this 02 Apr 08:21

1.2.2 (2022-04-02)

Bug Fixes

  • dynamiclinks: improve onLink handling (9d3fb8c)

1.2.1

Choose a tag to compare

@triniwiz triniwiz released this 01 Apr 17:19

1.2.1 (2022-04-01)

Bug Fixes

  • auth: move ios instance setu (57d6c3e)
  • auth: sendEmailVerification crash (335222d)
  • messaging: replace simulator check (70862a8)

Features

1.2.0

Choose a tag to compare

@triniwiz triniwiz released this 21 Mar 19:26

Bug Fixes

  • firestore: android write batch (5a3b2a9)
  • firestore: ios date serialization (0182618)

1.1.6

Choose a tag to compare

@triniwiz triniwiz released this 21 Mar 16:28
fix(storage): ios customMetadata setter

fixes: #71

1.1.5

Choose a tag to compare

@NathanWalker NathanWalker released this 21 Mar 02:28

Bug Fixes

  • auth: return currentUser directly from the native instance (#69) (e368012)

1.1.4

Choose a tag to compare

@NathanWalker NathanWalker released this 16 Mar 22:35

Bug Fixes

  • use (anonymous) for empty functionNames when generating stack information (#66) (8e2d1f0), closes #65

Features

  • nx migrate @nativescript/plugin-tools (d081a2d)

1.1.2

Choose a tag to compare

@NathanWalker NathanWalker released this 16 Mar 05:44

Bug Fixes

  • analytics: logEvent null parameters serialize handling