yoshiask / FluentStore

A unifying frontend for Windows app stores and package managers
Mozilla Public License 2.0
370 stars 19 forks source link

Use official Cloud Firestore package #73

Closed yoshiask closed 1 month ago

yoshiask commented 1 year ago

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:

yoshiask commented 1 year ago

This may resolve #70.

yoshiask commented 1 month ago

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.