Skip to content

v3.1.2

Compare
Choose a tag to compare
@prescottprue prescottprue released this 27 Feb 23:49
8a9fa33
  • fix(types): add types for onAttemptCollectionDelete to fix implicit any error (#870) - @macinjoke
  • fix(populate): handle firestore list type in populate (#871) - @illuminist
  • fix(types): add missing onAuthStateChanged for config object - @illuminist
  • fix(types): relax typing for UserProfile to be generic object - @illuminist
  • fix(types): make Schema the second generic parameter (#826)
  • chore(docs): add a typescript page to the recipes section of the docs (explains passing schema to reducer)