All Projects → Hagihara-A → fire-fuse

Hagihara-A / fire-fuse

Licence: other
Powerful typing utilities for firestore.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to fire-fuse

image-upload-app
A simple image upload application using React and Node, which explores multiple ways to upload an image including using multer as a middleware, a CDN system and converting an image to a string and storing it.
Stars: ✭ 35 (+94.44%)
Mutual labels:  firestore
FirestoreMovies
Simple Movie application showcasing use of Firestore document based database.
Stars: ✭ 28 (+55.56%)
Mutual labels:  firestore
gatsby-source-firestore
Gatsby source plugin for building websites using the Firestore as a data source.
Stars: ✭ 30 (+66.67%)
Mutual labels:  firestore
barber-shop
Vue + Firebase (cloud functions, auth, firestore, hosting) reservations system
Stars: ✭ 47 (+161.11%)
Mutual labels:  firestore
likecoin-tx-poll
Firestore based service of polling eth status and resending tx
Stars: ✭ 13 (-27.78%)
Mutual labels:  firestore
apollo-datasource-firestore
An Apollo DataSource for Firestore
Stars: ✭ 28 (+55.56%)
Mutual labels:  firestore
stor
[DEPRECATED] STOR provides a JSON database with the power of HTTP requests 🚀
Stars: ✭ 18 (+0%)
Mutual labels:  firestore
Flutter-firestore-auth
Flutter mobile app with firestore authentication including Email and Social auth.
Stars: ✭ 95 (+427.78%)
Mutual labels:  firestore
open-feedback
Open Feedback is an opened SaaS platform destined to organisers to gather feedback from users. OpenFeedback
Stars: ✭ 67 (+272.22%)
Mutual labels:  firestore
firestore-seed
Seed data library for Cloud Firestore.
Stars: ✭ 22 (+22.22%)
Mutual labels:  firestore
crisis-news-mapper
日本の災害関連ニュースをTwitterから収集して地図上にマッピングするFirebaseプロジェクト crisis.yuiseki.net
Stars: ✭ 13 (-27.78%)
Mutual labels:  firestore
ionic4-ngrx-firebase
A basic application for Ionic 4 with firebase & ngrx actions, reducers and effects
Stars: ✭ 17 (-5.56%)
Mutual labels:  firestore
firestore-social-backend
The backend code of firestore client for React Social Network
Stars: ✭ 36 (+100%)
Mutual labels:  firestore
cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+13522.22%)
Mutual labels:  firestore
universal-translator
Demo app using Firebase and Google Cloud products to implement a "universal translator"
Stars: ✭ 37 (+105.56%)
Mutual labels:  firestore
waylan android
A dictionary concept for Android ~ Making words and their meanings available through a natural and beautiful experience
Stars: ✭ 13 (-27.78%)
Mutual labels:  firestore
firestore-jest-mock
Jest Helper library for mocking Cloud Firestore
Stars: ✭ 128 (+611.11%)
Mutual labels:  firestore
oneroof
Learn about firebase crud operation authentication, animation
Stars: ✭ 15 (-16.67%)
Mutual labels:  firestore
firebase-tutorial
This repo contains the code for the youtube playlist about React.js and Firestore. Covered are setting up Firesore in a React-App and much more.
Stars: ✭ 33 (+83.33%)
Mutual labels:  firestore
voting system app
E-voting system based on blockchain technology, with ethereum, flutter/dart
Stars: ✭ 59 (+227.78%)
Mutual labels:  firestore

firefuse. Definitely typed utilities for firestore

This is monorepo of firefuse and firefuse-admin, which correspond firebase and firebase-admin respectively.

What can I do with this package?

firefuse provides

  1. Zero-bundle package.
  2. Fully compatible API with firebase. You don't have to learn anything other than original one.
  3. Type-safe path.
  4. Automatically typed doc() and collection() inferred by the path you sepcified.
  5. Type-safe where(). For example, prohibiting querying with string whose type is actually number, removing undefined from specified property, narrowing union type using ==, in, not-in ... and more!
  6. Type-safe query(). For example, you CANNOT filter two or more fields, CANNOT order unfilterd field ... and many more. firefuse detects all illegal constraints.(firefuse only for now)

Details are in each folders.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].