FluentStore icon indicating copy to clipboard operation
FluentStore copied to clipboard

Use official Cloud Firestore package

Open yoshiask opened this issue 2 years ago • 1 comments

Currently, FluentStoreApi talked to the Firebase API by manually constructing REST API requests. This was done because the official .NET package doesn't support non-desktop paradigms. This is no longer an issue since Fluent Store uses WinUI 3.

Planned steps:

  • [ ] Abstract away usage of the homegrown implementation
  • [ ] Implement the abstraction using the official library
  • [ ] Add UAP10 as a separate target framework
  • [ ] Use the appropriate implementation for the target

yoshiask avatar Aug 14 '23 18:08 yoshiask

This may resolve #70.

yoshiask avatar Aug 17 '23 18:08 yoshiask

Upon further investigation, the Cloud Firestore libraries are an absolute mess. Instead, we'll stick with the current implementation and favor moving to a completely different platform (maybe Supabase) in the future.

yoshiask avatar Aug 05 '24 18:08 yoshiask