Alejandro Marco
Alejandro Marco
Fix multiple typos crendetials -> credentials credentails -> credentials deleteing -> deleting wirte -> write extention -> extension paramters -> parameters chanaged -> changed interfers -> interferes overriden -> overridden...
Remove square brackets to correct the API example for downloads counts The current example has square brackets, just removing those square brackets to correct the endpoint `https://api.npmjs.org/downloads/point/{period}[/{package}]` > `https://api.npmjs.org/downloads/point/{period}/{package}` ##...
**Is your feature request related to a problem? Please describe.** I accidentally used `http://127.0.0.1:9099` instead of `127.0.0.1:9099` when setting `FIREBASE_AUTH_EMULATOR_HOST`. Even though the emulator thew an error like below, it...
## Description The `https://console.firebase.google.com/project/PROJECT_ID/genai` link redirects to `https://console.firebase.google.com/project/PROJECT_ID/overview`. Updating it to `https://console.firebase.google.com/project/PROJECT_ID/ailogic` ## Related Issues *Replace this paragraph with a list of issues related to this PR from the [issue...
Hey there! So you want to contribute to a Firebase SDK? Before you file this pull request, please read these guidelines: ### Discussion * Read the contribution guidelines (CONTRIBUTING.md). *...
## Description Running `flutterfire configure` generates a `firebase.json` like ```json {"firestore":{"database":"(default)","location":"nam5","rules":"firestore.rules","indexes":"firestore.indexes.json"},"flutter":{"platforms":{"dart":{"lib/firebase_options.dart":{"projectId":"PROJECT_ID","configurations":{"web":"APP_ID"}}}}}} ``` Add formatting to the generated `firebase.json` output when running `flutterfire configure`. ```json { "firestore": { "database": "(default)", "location":...