You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nandorojo I couldn't find one, seems to me that it should update as is. There are a lot of patches, fixes and performance updates, but API seems to be the same.
Same goes for using Firebase v7, I have some issues with it in production. For example, I can't use .where("someRefField", "==", docRef).
Hey!
Since this was originally posted version 1 of SWR came out: https://swr.vercel.app/blog/swr-v1
I'm not a heavy SWR user so I don't know if there were breaking changes, input on this would be great. There is a migration guide though https://swr.vercel.app/blog/swr-v1#migration-guide
I've made a quick test upgrading and this item looks the most breaking one:
useSWR no longer returns the revalidate method, change to mutate instead:
Currently, swr-firestore depends on swr as ^0.2.0, which was released centuries ago and had had many patches since.
Could it be updated to current (0.5) version?
The text was updated successfully, but these errors were encountered: