Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
30be85f
Reauthenticate WIP
magrinj Dec 16, 2019
3dc40d1
Fix call on wrong access point
magrinj Dec 20, 2019
3b0cb93
Fix some reauthenticate problems
magrinj Dec 23, 2019
8a01d9c
Add doc and fix types
magrinj Dec 23, 2019
21e22b0
Add typed db schema
vicrac Jan 7, 2020
32a168b
Add types for ordered
vicrac Jan 7, 2020
adcbcd2
chore(deps): bump stringstream
dependabot[bot] Jan 10, 2020
2d0355b
chore(deps): bump mixin-deep in /examples/complete/react-native
dependabot[bot] Jan 10, 2020
540dc29
chore(deps): bump lodash-es in /examples/complete/react-native-firebase
dependabot[bot] Jan 10, 2020
d779f3c
chore(deps): bump lodash in /examples/complete/react-native
dependabot[bot] Jan 10, 2020
2382c62
Fix stale profile listener
illuminist Jan 22, 2020
6636062
fix(auth): remove stale profile listener on empty auth state change -…
prescottprue Jan 23, 2020
19cc871
feat(types): add support for typed db schema - @vicrac - #826
prescottprue Jan 24, 2020
6bf011d
feat(auth): add reauthenticate method from firebase - @magrinj - #812
prescottprue Jan 24, 2020
9122f60
chore(deps): bump lodash from 4.17.11 to 4.17.15 in react-native exam…
prescottprue Jan 24, 2020
ff8f2ca
chore(deps): bump stringstream from 0.0.5 to 0.0.6 in react-native-fi…
prescottprue Jan 24, 2020
1d03e29
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in react-native exam…
prescottprue Jan 24, 2020
d97fbfa
chore(deps): bump diff in /examples/complete/react-native-firebase
dependabot[bot] Jan 24, 2020
849094e
chore(deps): bump lodash-es from 4.17.4 to 4.17.15 in react-native-fi…
prescottprue Jan 24, 2020
0bbdc86
Merge branch 'master' into v3.1.0
Jan 24, 2020
f416be8
chore(deps): bump diff from 3.3.0 to 3.5.0 in react-native-firebase e…
prescottprue Jan 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump diff in /examples/complete/react-native-firebase
  • Loading branch information
dependabot[bot] authored Jan 24, 2020
commit d97fbfa06e766b746e95438b17c6e66f7a2f5f8b
4 changes: 2 additions & 2 deletions examples/complete/react-native-firebase/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ detect-indent@^4.0.0:
repeating "^2.0.0"

diff@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0.tgz#056695150d7aa93237ca7e378ac3b1682b7963b9"
version "3.5.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"

dom-walk@^0.1.0:
version "0.1.1"
Expand Down