Skip to content
#

firebase-firestore

Here are 401 public repositories matching this topic...

bento-starter
yazun
yazun commented Apr 17, 2019

Quite often explain returns no results, i.e. we just see "# Executing... 1.5s" and no output/blank output pane.
In general v 1.0.0 seems to have more issues then older ones (0.18) - it has happened in the past (0.18) , but now much more often the view get saturated and only exit helps..

kferrone
kferrone commented Sep 25, 2019

Hi grahamearley

I like the project yet it seems to be standing still, so I forked it. I was meaning to basically make the same thing but you made life easy. Are you still planning to work on this?

My goal is to make a full Firebase wrapper which works like the NodeJS FirebaseAPI you use in a cloud function.

e.g. firestore.collection('foo').doc('bar').get();

Another goal of mine is to

Fulbert
Fulbert commented Mar 21, 2020

Hello,

Thanks for this awesome tool!

I have a guarded property on my store, selected, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected value, because of the updated_at and updated_by value.
Of course, I can add the two properties to the guards too, and it works, but I actually

MarcCoet
MarcCoet commented Dec 28, 2018

Hey @rakannimer , I was trying out your lib to quickly build a Firebase project because I probably won't need any fancy feature for quite a while but got 'stuck' on what I see as a pretty basic use case.
I am querying a firestore collection and I want to update a document in that collection but I don't have the id...
It should be pretty easy to set a key for the metadata in each document of the

tanam
detautama
detautama commented May 17, 2019

Dashboard content can be implemented like what wordpress used on their dashboard

Contents we can show on the dashboard are:

  • Total post (all, published, unpublished, scheduled) *I think content type page not included on this
  • List of notification
  • Help info (list of text reference with link to documentation repository)
  • ... comment or edit to add more

![image](https://user-images.git

Ionic 4 firebase CRUD tutorial to learn how to create a firebase application to perform Authentication and all CRUD operations in an ionic 4 application. You can use this FREE Ionic Firebase Starter App as a base to create your Ionic App with Firebase backend :)

  • Updated Mar 14, 2020
  • TypeScript
onota0318
onota0318 commented Apr 5, 2020

※All are translated from Japanese into English by Google Translate.

Maybe my usage is wrong...

Description

Expection

If you pass the value to Field and call save () method, the value is registered in firestore field

  • field
import "reflect-metadata";
import { Field, Doc } from "@1amageek/ballcap";

export class Product extends Doc {
    @Field 
    public provider
DeckBox
r0adkll
r0adkll commented Feb 20, 2019

When clicking a card to view it's detail and larger image, create a swipeable gallery like setup (think Sync for Reddit image galleries) so that the user can swipe between cards in the context of which they are clicked,

i.e.
IF the user clicks a card in the deck builder interface, let them swipe between the cards of the deck
IF the user clicks a card in the collection/browser interface, let

Improve this page

Add a description, image, and links to the firebase-firestore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firebase-firestore topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.