Skip to content
View gregfenton's full-sized avatar

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
gregfenton/README.md

Pinned Loading

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

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

    TypeScript

  3. i18next-node-firestore-backend Public template

    TypeScript 4 3

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