Skip to content

Get the region of my firebase function from frontend file #907

@Adamou02

Description

@Adamou02

Step 1: Describe your environment

  • Operating system: Windows 11
  • Browser: Chrome/139.0.0.0
  • Firebase SDK version: 11.9.1

Step 2: Describe the problem:

Actually I can get DB and App infos with :

import { getFirestore, connectFirestoreEmulator } from 'firebase/firestore';
const db = getFirestore();
or
import { getApp } from 'firebase/app';
const app = getApp();

It woud be useful to get the region of my firebase functions using a similar approach

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions