Skip to content
View gregfenton's full-sized avatar
Block or Report

Block or report gregfenton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. react-and-user-profiles-with-firebase-auth-and-firestore react-and-user-profiles-with-firebase-auth-and-firestore Public

    A starter app for getting started using React (v18) and Firebase (Authentication + Firestore...but you can easily add more services!)

    JavaScript 19 3

  2. i18next-node-firestore-backend i18next-node-firestore-backend Public template

    TypeScript 4 2

  3. expo-image-picker-multiple-example expo-image-picker-multiple-example Public

    A demo of the use of my fork of expo-image-multi-picker

    JavaScript 1

  4. react-firestore-query-lab react-firestore-query-lab Public

    a React component allowing you to experiment with [react-redux-firebase](https://react-redux-firebase.com/) queries

    JavaScript 3

  5. Loads JSON data into a Firestore dat... Loads JSON data into a Firestore database (cloud or local emulator) -- command-line JavaScript/node
    1
    /**
    2
     * load_json_to_firstore.js
    3
     *
    4
     * This code is a "node script" used to load data into your Firestore database, either in "the cloud" or the emulator.
    5
     *
  6. Downloads all docs in a Firestore co... Downloads all docs in a Firestore collection and stores as a JSON file -- command-line JavaScript/node
    1
    /**
    2
     * get_firestore_collection_as_json.js
    3
     *
    4
     * This code is a "node script" used to fetch all documents from a Firestore collection,
    5
     * either in "the cloud" or the emulator, and write them to a file as JSON.