Created
November 28, 2022 16:21
-
-
Save mdunisch/8824ad41948b7e2d4147503b11dbcd27 to your computer and use it in GitHub Desktop.
Firebase Deno
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { getAuth } from "npm:firebase-admin/auth"; | |
getAuth(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment