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

Commit 73fce2e

Browse files
Fix links
1 parent c303887 commit 73fce2e

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ If version numbers __changed__, clean your platform folders to avoid build error
1111
- Android: 9.4.0
1212

1313
### New
14-
- [#119](#119) Upload Progress
15-
- [#120](#120) Chaining range types for `.query`
16-
- [#125](#125) Analytics API
14+
- [#119](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/119) Upload Progress
15+
- [#120](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/120) Chaining range types for `.query`
16+
- [#125](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/125) Analytics API
1717

1818

1919

@@ -28,8 +28,8 @@ If version numbers __changed__, clean your platform folders to avoid build error
2828
- Android: 9.4.0
2929

3030
### Fixes
31-
- #107 Facebook Login does not return any result in iOS
32-
- #115 Facebook Authentication Redirect
31+
- [#107](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/107) Facebook Login does not return any result in iOS
32+
- [#115](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/115) Facebook Authentication Redirect
3333

3434

3535

@@ -44,10 +44,10 @@ If version numbers __changed__, clean your platform folders to avoid build error
4444
- Android: 9.4.0
4545

4646
### New
47-
- [#104](#104) Swap authentiction to a different Google account
47+
- [#104](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/104) Swap authentiction to a different Google account
4848

4949
### Fixes
50-
- [#105](#105) Receiving notifications from FCM on iOS may work better now
50+
- [#105](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/105) Receiving notifications from FCM on iOS may work better now
5151

5252

5353

@@ -62,7 +62,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
6262
- Android: 9.4.0
6363

6464
### New
65-
- [#101](#101) Post Install script, to help making configuration easier!
65+
- [#101](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/101) Post Install script, to help making configuration easier!
6666

6767

6868

@@ -77,13 +77,13 @@ If version numbers __changed__, clean your platform folders to avoid build error
7777
- __Android: 9.4.0__
7878

7979
### New
80-
- [#92](#92) Google Sign In, including automatic linking of Facebook-authenticated users in case email addresses match
81-
- [#77](#77) Allow users to pass scope for Facebook Authentication
80+
- [#92](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/92) Google Sign In, including automatic linking of Facebook-authenticated users in case email addresses match
81+
- [#77](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/77) Allow users to pass scope for Facebook Authentication
8282

8383
### Fixes
84-
- [#94](#94) Fix getDownloadUrl on Android to return string
85-
- [#97](#97) Trying to fix toJsObject for Android (Boolean)
86-
- [#99](#99) FirebaseApp with name [DEFAULT] doesn't exist (when running `init` before app start)
84+
- [#94](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/94) Fix getDownloadUrl on Android to return string
85+
- [#97](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/97) Trying to fix toJsObject for Android (Boolean)
86+
- [#99](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/99) FirebaseApp with name [DEFAULT] doesn't exist (when running `init` before app start)
8787

8888

8989
## 3.4.4 (2016, July 17)
@@ -97,7 +97,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
9797
- Android: 9.2.0
9898

9999
### New
100-
- [#75](#75) [Nathan Walker](https://github.com/NathanWalker) added the ability to remove files from Firebase Storage, thanks Nathan!
100+
- [#75](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/75) [Nathan Walker](https://github.com/NathanWalker) added the ability to remove files from Firebase Storage, thanks Nathan!
101101

102102

103103

@@ -112,7 +112,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
112112
- Android: 9.2.0
113113

114114
### New
115-
- [#74](#74) Facebook login for Android.
115+
- [#74](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/74) Facebook login for Android.
116116

117117

118118

@@ -127,13 +127,13 @@ If version numbers __changed__, clean your platform folders to avoid build error
127127
- Android: 9.2.0
128128

129129
### New
130-
- [#61](#61) Added `keepInSync` for enhanced offline support.
131-
- [#65](#65) Crash Reporting, which is automatically enabled for you.
130+
- [#61](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/61) Added `keepInSync` for enhanced offline support.
131+
- [#65](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/65) Crash Reporting, which is automatically enabled for you.
132132

133133
### Fixes
134-
- [#68](#68) Fix an issue where you'd log in on Android before `application.start()`.
135-
- [#70](#70) Added a TypeScript definition for `getCurrentUser()`.
136-
- [#71](#71) Added a TypeScript definition for LoginResult.email.
134+
- [#68](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/68) Fix an issue where you'd log in on Android before `application.start()`.
135+
- [#70](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/70) Added a TypeScript definition for `getCurrentUser()`.
136+
- [#71](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/71) Added a TypeScript definition for LoginResult.email.
137137

138138

139139

@@ -148,11 +148,11 @@ If version numbers __changed__, clean your platform folders to avoid build error
148148
- __Android: 9.2.0__
149149

150150
### New
151-
- [#43](#43) Storage ([docs](docs/STORAGE.md))
152-
- [#66](#66) Added `iOSSimulatorFlush` for a known iOS emulator issue with `invalid_token`
151+
- [#43](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/43) Storage ([docs](docs/STORAGE.md))
152+
- [#66](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/66) Added `iOSSimulatorFlush` for a known iOS emulator issue with `invalid_token`
153153

154154
### Fixes
155-
- [#69](#69) Fix `onAuthStateChanged` feature on `init`
155+
- [#69](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/69) Fix `onAuthStateChanged` feature on `init`
156156

157157

158158
## 3.3.0 (2016, June 26)
@@ -166,7 +166,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
166166
- Android: 9.0.2
167167

168168
### New
169-
- [#54](#54) FCM Messaging / Push Notifications ([docs](docs/MESSAGING.md))
169+
- [#54](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/54) FCM Messaging / Push Notifications ([docs](docs/MESSAGING.md))
170170

171171

172172
## 3.2.0 (2016, June 19)
@@ -180,7 +180,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
180180
- Android: __9.0.2__
181181

182182
### New
183-
- [#56](#56) Remote Config ([docs](docs/REMOTECONFIG.md))
183+
- [#56](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/56) Remote Config ([docs](docs/REMOTECONFIG.md))
184184

185185

186186
## 3.1.0 (2016, June 17)
@@ -194,7 +194,7 @@ If version numbers __changed__, clean your platform folders to avoid build error
194194
- Android: 9.0.0
195195

196196
### New
197-
- [#49](#49) Custom Authentication ([docs](docs/AUTHENTICATION.md#custom-login))
197+
- [#49](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/49) Custom Authentication ([docs](docs/AUTHENTICATION.md#custom-login))
198198

199199

200200
## 3.0.0 (2016, May 26)
@@ -208,4 +208,4 @@ If version numbers __changed__, clean your platform folders to avoid build error
208208
- Android: 9.0.0
209209

210210
### New
211-
- [#34](#34) Support new Firebase 3 release
211+
- [#34](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/34) Support new Firebase 3 release

0 commit comments

Comments
 (0)