Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Abdulkader-Safi/snippets-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: firebase/snippets-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 61 files changed
  • 18 contributors

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    486e5c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update get_document.js (firebase#335)

    We get the snapshot of data using 'getDoc()' and get result 'docSnap'
    And then we perform check on this 'docSnap' in the if else block
    So in the else block the comment should ne docSnap.data() will ne undefined
    Shabbirjodhpur authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e2beb93 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    1852962 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. fix broken ref docs urls (firebase#343)

    * fix broken ref docs urls
    
    * update the separate-snippets script to replace ref docs urls
    thatfiredev authored May 22, 2023
    Configuration menu
    Copy the full SHA
    2414b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc7be2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Emulator localhost updates, localhost -> 127.0.0.1 (firebase#334)

    * Update v8 and v9 for localhost -> 127.0.0.1 requirement.
    
    * Update Auth emulator snippets for localhost -> 127.0.0.1 requirement.
    
    * Update RTDB emulator snippet for localhost -> 127.0.0.1 requirement.
    
    * Update Storage emulator snippets for localhost -> 127.0.0.1 requirement.
    
    * More Database emulator snippet updates.
    
    * Update emulator-suite.js
    
    * Update emulator-suite.js
    
    * Update v8 and v9 for localhost -> 127.0.0.1 requirement.
    
    * Update Auth emulator snippets for localhost -> 127.0.0.1 requirement.
    
    * Update RTDB emulator snippet for localhost -> 127.0.0.1 requirement.
    
    * Update Storage emulator snippets for localhost -> 127.0.0.1 requirement.
    
    * More Database emulator snippet updates.
    
    * After running local script, new update file.
    
    * Test using "Delete" to remove file from PR, not repo
    
    * Put this file back.
    markarndt authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    adb06a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    10cfebc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. chore: add missing whitespace & fix an incorrect snippet (firebase#352)

    * chore: add missing whitespace
    
    * chore: fix an incorrect snippet (firebase#324)
    nestiank authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7156e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update phone auth snippets with RecaptchaVerifier parameter reordering (

    firebase#348)
    
    * Update phone auth snippets with RecaptchaVerifier parameter reordering
    
    * Update auth-next dependency to v10
    ch5zzy authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9931033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88aa8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d781c67 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix broken array-in snippets (firebase#360)

    * fix broken array-in snippets
    
    * npm run snippets
    
    * revert array contians anay changes
    morganchen12 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1f9e797 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Typo Fix (firebase#361)

    kbsanders authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e74e8fd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. FirebaseServerApp (firebase#366)

    * First.
    
    * already snippets for that
    
    * cleanup
    
    * auth_svc_admin
    
    * Auth, not auth-next
    
    * Express stub should not be in snippet
    
    * Move import into snippet
    
    * Update firebaseserverapp.js
    jamesdaniels authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a9160f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add snippets for Handling the account-exists-with-different… (firebas…

    …e#367)
    
    * Add v8 and v9 snippets for Handling the account-exists-with-different-credential error
    
    * Import auth functions
    
    * Add missing methods to param
    
    * Add missing methods to params for  legacy snippets
    NhienLam authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1abb6ce View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    2117c61 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Upgrade versions in FCM service worker (firebase#382)

    * Upgrade versions in FCM service worker
    
    * Add comment telling users to use latest
    dlarocque authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    56d7062 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. RC doc update to provide default prod value for minimumFetchIntervalM…

    …illis (firebase#389)
    
    * Add comment to highlight the default prod value for minimumFetchIntervalMillis.
    
    Issue addressed: firebase/firebase-js-sdk#2841
    
    * Update code snipped with default prod value for minimumFetchIntervalMillis.
    
    * Update code snipped with default prod value for minimumFetchIntervalMillis.
    
    * Update code snipped with default prod value for minimumFetchIntervalMillis.
    
    ---------
    
    Co-authored-by: Athira M <athiramanu@google.com>
    athiramanu and Athira M authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    3d04522 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Update email link auth snippet to stop using deprecated `dynamicLinkD…

    …omain` (firebase#390)
    
    * Update email link auth snippet to remove FDL
    
    * Update custom domain example
    NhienLam authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    467eaa1 View commit details
    Browse the repository at this point in the history
Loading