Skip to content
View gregfenton's full-sized avatar

Block or report gregfenton

Report abuse

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

Report abuse
gregfenton/README.md

Pinned Loading

  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 21 4

  2. expo-and-user-profiles-with-firebase-auth-and-firestore expo-and-user-profiles-with-firebase-auth-and-firestore Public

    TypeScript 2

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

    TypeScript 4 3

  4. 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

  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.