Projekt Firebase jest jednostką najwyższego poziomu w Firebase. W projekcie możesz zarejestrować swoje aplikacje Apple, Android lub internetowe. Po zarejestrowaniu aplikacji w Firebase możesz dodać do niej pakiety SDK Firebase specyficzne dla produktu, takie jak Analytics, Cloud Firestore, Crashlytics lub Remote Config.
Wersje aplikacji na urządzenia Apple, Android i aplikacje internetowe należy zarejestrować w ramach jednego projektu Firebase. Możesz używać wielu projektów Firebase do obsługi wielu środowisk, takich jak programistyczne, testowe i produkcyjne.
Oto kilka zasobów, aby dowiedzieć się więcej o projektach Firebase:
Zrozumieć projekty Firebase — zawiera krótkie omówienie kilku ważnych koncepcji dotyczących projektów Firebase, w tym ich relacji z Google Cloud oraz podstawowej hierarchii projektu, jego aplikacji i zasobów.
Ogólne najlepsze praktyki dotyczące konfigurowania projektów Firebase — zapewnia ogólne, ogólne najlepsze praktyki dotyczące konfigurowania projektów Firebase i rejestrowania aplikacji w projekcie, dzięki czemu masz przejrzysty przepływ pracy programistycznej, który korzysta z różnych środowisk.
Pamiętaj, że w przypadku wszystkich projektów Firebase Firebase automatycznie dodaje etykietę firebase:enabled na stronie Etykiety Twojego projektu w Google Cloud Console. Dowiedz się więcej o tej etykiecie w naszym FAQ .
Co to jest organizacja Google Cloud?
Organizacja Google Cloud to kontener dla projektów Google Cloud (w tym projektów Firebase). Ta hierarchia umożliwia lepszą organizację, zarządzanie dostępem i kontrolę projektów Google Cloud i Firebase. Aby uzyskać więcej informacji, zobacz Tworzenie organizacji i zarządzanie nimi .
Jak dodać Firebase do istniejącego projektu Google Cloud?
Aby dodać Firebase do istniejącego projektu Google Cloud, kliknij Dodaj projekt na stronie docelowej konsoli Firebase , a następnie wybierz swój projekt w menu Nazwa projektu .
Dlaczego mój projekt Google Cloud ma etykietę firebase:enabled ?
Na stronie Etykiety Twojego projektu w Google Cloud Console możesz zobaczyć etykietę firebase:enabled (konkretnie Keyfirebase z Valueenabled ).
Firebase automatycznie dodał tę etykietę, ponieważ Twój projekt jest projektem Firebase, co oznacza, że Twój projekt ma włączone konfiguracje i usługi Firebase. Dowiedz się więcej o relacjach między projektami Firebase i Google Cloud .
Zdecydowanie zalecamy, aby nie modyfikować ani nie usuwać tej etykiety. Ta etykieta jest używana przez Firebase i Google Cloud do wyświetlania listy projektów Firebase (na przykład za pośrednictwem punktu końcowego projects.list API REST lub w menu w konsoli Firebase).
Pamiętaj, że ręczne dodanie tej etykiety do listy etykiet projektów NIE powoduje włączenia konfiguracji i usług specyficznych dla Firebase dla Twojego projektu Google Cloud. Aby to zrobić, musisz dodać Firebase za pomocą konsoli Firebase (lub, w przypadku zaawansowanych przypadków użycia, za pośrednictwem interfejsu API REST zarządzania Firebase lub Firebase CLI ).
Dlaczego mój projekt Firebase nie pojawia się na mojej liście projektów Firebase?
Te często zadawane pytania mają zastosowanie, jeśli nie widzisz swojego projektu Firebase w następujących miejscach:
Na liście projektów, które przeglądasz w konsoli Firebase
W odpowiedzi na uruchomienie polecenia Firebase CLI firebase projects:list
Wypróbuj te kroki rozwiązywania problemów:
Najpierw spróbuj uzyskać dostęp do swojego projektu, odwiedzając bezpośrednio adres URL projektu. Użyj następującego formatu: https://console.firebase.google.com/project/ PROJECT-ID /overview
Jeśli nie możesz uzyskać dostępu do projektu lub otrzymujesz błędy uprawnień, sprawdź następujące elementy:
Upewnij się, że jesteś zalogowany w Firebase przy użyciu tego samego konta Google, które ma dostęp do projektu. Możesz logować się i wylogowywać z konsoli Firebase za pomocą awatara konta w prawym górnym rogu konsoli.
Upewnij się, że Twój projekt ma etykietę firebase:enabled na stronie Etykiety dla Twojego projektu w Google Cloud Console. Firebase i Google Cloud używają tej etykiety do wyświetlania listy Twoich projektów Firebase. Jeśli nie widzisz tej etykiety, ale interfejs Firebase Management API jest włączony dla Twojego projektu, dodaj ręcznie etykietę (konkretnie Keyfirebase z Valueenabled ).
Upewnij się, że masz przypisaną jedną z podstawowych ról IAM (właściciel, edytujący, przeglądający) lub rolę z uprawnieniami związanymi z Firebase, na przykład wstępnie zdefiniowaną rolę Firebase . Swoje role możesz wyświetlić na stronie IAM w Google Cloud Console.
Jeśli Twój projekt należy do organizacji Google Cloud, możesz potrzebować dodatkowych uprawnień, aby wyświetlić projekt w konsoli Firebase. Skontaktuj się z osobą zarządzającą Twoją organizacją Google Cloud, aby przydzieliła Ci odpowiednią rolę umożliwiającą przeglądanie projektu, na przykład rolę przeglądarki.
Jeśli żaden z powyższych kroków rozwiązywania problemów nie umożliwi wyświetlenia Twojego projektu na liście projektów Firebase, skontaktuj się z pomocą techniczną Firebase .
Ile projektów mogę mieć na jednym koncie?
Plan cenowy Spark — Twój limit projektu jest ograniczony do niewielkiej liczby projektów (zwykle około 5-10).
Plan cenowy Blaze — Twój limit projektu na konto rozliczeniowe w chmurze znacznie wzrasta, o ile Twoje konto rozliczeniowe w chmurze ma dobrą opinię.
Pamiętaj, że całkowite usunięcie projektu wymaga 30 dni i wlicza się do limitu, dopóki nie zostanie całkowicie usunięty.
Ile aplikacji Firebase mogę mieć w projekcie Firebase?
Projekt Firebase to kontener dla aplikacji Firebase na Apple, Androida i w internecie. Firebase ogranicza całkowitą liczbę aplikacji Firebase w projekcie Firebase do 30.
Po przekroczeniu tej liczby wydajność zaczyna spadać (szczególnie w przypadku Google Analytics) iw końcu, przy większej liczbie aplikacji, niektóre funkcje produktu przestają działać. Dodatkowo, jeśli używasz logowania Google jako dostawcy uwierzytelniania, dla każdej aplikacji w Twoim projekcie tworzony jest bazowy identyfikator klienta OAuth 2.0. Istnieje limit około 30 identyfikatorów klientów, które można utworzyć w ramach jednego projektu.
Należy upewnić się, że wszystkie aplikacje Firebase w ramach jednego projektu Firebase są wariantami platformy tej samej aplikacji z perspektywy użytkownika końcowego. Na przykład, jeśli opracujesz aplikację z białą etykietą, każda niezależnie oznaczona aplikacja powinna mieć własny projekt Firebase, ale wersje Apple i Android tej etykiety mogą znajdować się w tym samym projekcie. Przeczytaj bardziej szczegółowe wskazówki w naszych ogólnych sprawdzonych metodach konfigurowania projektów Firebase .
W rzadkich przypadkach, gdy Twój projekt wymaga więcej niż 30 aplikacji, możesz poprosić o zwiększenie limitu aplikacji. Twój projekt musi być objęty planem cenowym Blaze, aby złożyć tę prośbę. Odwiedź Google Cloud Console, aby złożyć wniosek i poddać go ocenie. Dowiedz się więcej o zarządzaniu limitami w dokumentacji Google Cloud.
Co się stanie, jeśli oznaczę swój projekt jako środowisko „produkcyjne”?
W konsoli Firebase możesz oznaczyć swoje projekty Firebase ich typem środowiska, jako środowiska produkcyjne lub nieokreślone (nieprodukcyjne).
Oznaczenie projektu jako typu środowiska nie ma wpływu na działanie projektu Firebase ani jego funkcje. Tagowanie może jednak pomóc Tobie i Twojemu zespołowi w zarządzaniu różnymi projektami Firebase przez cały cykl życia aplikacji.
Jeśli oznaczysz swój projekt jako środowisko produkcyjne, dodamy do niego w konsoli Firebase kolorowy tag Prod , przypominając, że wszelkie zmiany mogą wpłynąć na powiązane aplikacje produkcyjne. W przyszłości możemy dodać więcej funkcji i zabezpieczeń dla projektów Firebase oznaczonych jako środowiska produkcyjne.
Aby zmienić typ środowiska projektu Firebase, przejdź do settingsUstawienia projektu > Ogólne , a następnie na karcie Twój projekt w obszarze Środowisko kliknij edit , aby zmienić typ środowiska.
Gdzie mogę znaleźć identyfikator aplikacji dla mojej aplikacji Firebase?
W konsoli Firebase przejdź do swoich settingsUstawienia projektu . Przewiń w dół do karty Twoje aplikacje , a następnie kliknij żądaną aplikację Firebase, aby wyświetlić informacje o aplikacji, w tym jej identyfikator aplikacji .
Oto kilka przykładowych wartości identyfikatora aplikacji:
Aplikacje Firebase na iOS: 1:1234567890:ios:321abc456def7890
Aplikacje Firebase na Androida: 1:1234567890:android:321abc456def7890
Jedna z następujących ról Firebase: Właściciel lub Administrator Firebase I
Jeden z następujących poziomów dostępu do Google Play: właściciel konta lub administrator
Aby połączyć swoją aplikację AdMob , musisz być zarówno właścicielem projektu Firebase, jak i administratorem AdMob.
Aby połączyć swoje konto AdWords , musisz być zarówno właścicielem projektu Firebase, jak i administratorem AdWords.
Aby połączyć swój projekt BigQuery , musisz być właścicielem projektu Firebase.
Jakie powiadomienia open source powinienem umieścić w mojej aplikacji?
Na platformach Apple blok Firebase zawiera plik NOTICES, który zawiera odpowiednie wpisy. Zestaw Firebase Android SDK zawiera Activity pomocnicze do wyświetlania informacji o licencji.
Uprawnienia i dostęp do projektów Firebase
Jak przypisać członkowi projektu rolę, na przykład rolę właściciela?
Aby zarządzać rolami przypisanymi do każdego członka projektu, musisz być właścicielem projektu Firebase (lub mieć przypisaną rolę z uprawnieniem resourcemanager.projects.setIamPolicy ).
Oto miejsca, w których możesz przypisywać role i zarządzać nimi:
Google Cloud Console oferuje rozbudowany zestaw narzędzi do przypisywania ról członkom projektu na stronie IAM . W Cloud Console możesz też tworzyć niestandardowe role i zarządzać nimi, a także udzielać kontom usług dostępu do swojego projektu.
Pamiętaj, że w Google Cloud Console członkowie projektu są nazywani dyrektorami .
Jeśli właściciel Twojego projektu nie może już wykonywać zadań właściciela (na przykład osoba opuściła Twoją firmę), a Twój projekt nie jest zarządzany przez organizację Google Cloud (patrz następny akapit), możesz skontaktować się z pomocą techniczną Firebase, aby uzyskać tymczasowemu przydzielonemu Właścicielowi.
Pamiętaj, że jeśli projekt Firebase jest częścią organizacji Google Cloud, może nie mieć właściciela. Jeśli nie możesz znaleźć właściciela projektu Firebase, skontaktuj się z osobą zarządzającą Twoją organizacją Google Cloud, aby przypisać właściciela projektu.
Jak znaleźć właściciela projektu Firebase?
Możesz przeglądać członków projektu i ich role w następujących miejscach:
Jeśli masz dostęp do projektu w konsoli Firebase, możesz wyświetlić listę członków projektu, w tym właścicieli, na stronie Użytkownicy i uprawnienia w konsoli Firebase.
Jeśli nie masz dostępu do projektu w konsoli Firebase, sprawdź, czy masz dostęp do projektu w Google Cloud Console. Listę członków projektu, w tym właścicieli, możesz wyświetlić na stronie IAM w Google Cloud Console.
Jeśli właściciel Twojego projektu nie może już wykonywać zadań właściciela (na przykład osoba opuściła Twoją firmę), a Twój projekt nie jest zarządzany przez organizację Google Cloud (patrz następny akapit), możesz skontaktować się z pomocą techniczną Firebase, aby uzyskać tymczasowemu przydzielonemu Właścicielowi.
Pamiętaj, że jeśli projekt Firebase jest częścią organizacji Google Cloud, może nie mieć właściciela. Zamiast tego osoba zarządzająca Twoją organizacją Google Cloud może wykonywać wiele zadań, które może wykonywać Właściciel. Aby jednak wykonać kilka zadań specyficznych dla właściciela (takich jak przypisywanie ról lub zarządzanie usługami Google Analytics), administrator może być zmuszony do przypisania sobie rzeczywistej roli właściciela w celu wykonania tych zadań. Jeśli nie możesz znaleźć właściciela projektu Firebase, skontaktuj się z osobą zarządzającą Twoją organizacją Google Cloud, aby przypisać właściciela projektu.
Dlaczego i kiedy powinienem przypisać członkowi projektu rolę Właściciela?
Aby zapewnić prawidłowe zarządzanie projektem Firebase, musi on mieć właściciela . Właściciel projektu to osoba, która może wykonywać kilka ważnych czynności administracyjnych (takich jak przypisywanie ról i zarządzanie usługami Google Analytics), a zespół pomocy Firebase może realizować tylko żądania administracyjne od wykazanych właścicieli projektów.
Po skonfigurowaniu właściciela (właścicieli) projektu Firebase ważne jest, aby te przypisania były aktualne.
Pamiętaj, że jeśli projekt Firebase jest częścią organizacji Google Cloud, osoba zarządzająca Twoją organizacją Google Cloud może wykonywać wiele zadań, które może wykonywać Właściciel. Jednak w przypadku niektórych zadań związanych z właścicielem (takich jak przypisywanie ról lub zarządzanie usługami Google Analytics) administrator może być zmuszony do przypisania sobie faktycznej roli właściciela w celu wykonania tych zadań.
Nie sądzę, że mam projekt Firebase, ale otrzymałem e-mail o jednym. Jak uzyskać dostęp do tego projektu?
Otrzymany e-mail powinien zawierać link do otwarcia projektu Firebase. Kliknięcie linku w wiadomości e-mail powinno otworzyć projekt w konsoli Firebase.
Jeśli nie możesz otworzyć projektu w linku, upewnij się, że jesteś zalogowany w Firebase przy użyciu tego samego konta Google, które otrzymało wiadomość e-mail dotyczącą projektu. Możesz logować się i wylogowywać z konsoli Firebase za pomocą awatara konta w prawym górnym rogu konsoli.
Pamiętaj, że jeśli jesteś administratorem organizacji Google Cloud, możesz otrzymywać powiadomienia o zmianach w projektach Firebase w Twojej organizacji. Możesz jednak nie mieć wystarczających uprawnień, aby otworzyć projekt Firebase. W takich przypadkach najprostszym rozwiązaniem jest przypisanie sobie faktycznej roli Właściciela , aby otworzyć projekt i wykonać wymagane działania. Dowiedz się więcej o tym , dlaczego i kiedy przypisać rolę właściciela .
Platformy i frameworki
Odwiedź strony dotyczące rozwiązywania problemów i często zadawanych pytań dotyczące poszczególnych platform, aby uzyskać pomocne wskazówki i odpowiedzi na więcej często zadawanych pytań.
Jakie przeglądarki obsługują dostęp do konsoli Firebase?
Dostęp do konsoli Firebase można uzyskać z najnowszych wersji popularnych przeglądarek komputerowych, takich jak Chrome, Firefox, Safari i Edge. Przeglądarki mobilne nie są obecnie w pełni obsługiwane.
Mogę załadować konsolę Firebase, ale dlaczego nie mogę znaleźć mojego projektu Firebase lub uzyskać do niego dostępu?
Te często zadawane pytania mają zastosowanie, jeśli występuje jeden z następujących problemów:
Konsola Firebase zwraca stronę błędu z informacją, że Twój projekt może nie istnieć lub że nie masz do niego dostępu.
Konsola Firebase nie wyświetla Twojego projektu, nawet jeśli wpiszesz jego identyfikator projektu lub nazwę projektu w polu wyszukiwania konsoli.
Wypróbuj te kroki rozwiązywania problemów:
Najpierw spróbuj uzyskać dostęp do swojego projektu, odwiedzając bezpośrednio adres URL projektu. Użyj następującego formatu: https://console.firebase.google.com/project/ PROJECT-ID /overview
Jeśli nadal nie możesz uzyskać dostępu do projektu lub otrzymujesz błędy uprawnień, sprawdź następujące elementy:
Upewnij się, że jesteś zalogowany w Firebase przy użyciu tego samego konta Google, które ma dostęp do projektu. Możesz logować się i wylogowywać z konsoli Firebase za pomocą awatara konta w prawym górnym rogu konsoli.
Upewnij się, że masz przypisaną jedną z podstawowych ról IAM (właściciel, edytujący, przeglądający) lub rolę z uprawnieniami związanymi z Firebase, na przykład wstępnie zdefiniowaną rolę Firebase . Swoje role możesz wyświetlić na stronie IAM w Google Cloud Console.
Jeśli Twój projekt należy do organizacji Google Cloud, możesz potrzebować dodatkowych uprawnień, aby wyświetlić projekt w konsoli Firebase. Skontaktuj się z osobą zarządzającą Twoją organizacją Google Cloud, aby przydzieliła Ci odpowiednią rolę umożliwiającą przeglądanie projektu, na przykład rolę przeglądarki.
Jeśli żaden z powyższych kroków rozwiązywania problemów nie umożliwi Ci znalezienia projektu lub uzyskania do niego dostępu, skontaktuj się z pomocą techniczną Firebase .
Dlaczego konsola Firebase się nie ładuje?
Te często zadawane pytania mają zastosowanie w przypadku wystąpienia któregokolwiek z następujących problemów:
Ładowanie strony w konsoli Firebase nigdy się nie kończy.
Dane na stronie nie ładują się zgodnie z oczekiwaniami.
Podczas ładowania konsoli Firebase otrzymujesz komunikaty o błędach przeglądarki.
Spróbuj załadować konsolę Firebase w oknie incognito lub prywatnym.
Wyłącz wszystkie rozszerzenia przeglądarki.
Sprawdź, czy połączenie sieciowe nie jest blokowane przez program blokujący reklamy, program antywirusowy, serwer proxy, zaporę ogniową lub inne oprogramowanie.
Spróbuj załadować konsolę Firebase przy użyciu innej sieci lub urządzenia.
Aby zmienić preferencje językowe, zobacz Zmiana języka .
Konsola Firebase obsługuje następujące języki:
język angielski
brazylijski portugalski
Francuski
Niemiecki
indonezyjski
język japoński
koreański
Rosyjski
Chiński uproszczony
hiszpański
Tradycyjne chińskie
Jakie role i uprawnienia obsługuje konsola Firebase?
Konsola Firebase i Google Cloud Console korzystają z tych samych podstawowych ról i uprawnień. Dowiedz się więcej o rolach i uprawnieniach w dokumentacji Firebase IAM .
Właściciel projektu może dodawać innych członków do projektu, konfigurować integracje (łączenie projektu z usługami takimi jak BigQuery lub Slack) i ma pełny dostęp do edycji projektu.
Edytor projektu ma pełny dostęp do edycji projektu.
Przeglądający projekt ma dostęp tylko do odczytu projektu. Pamiętaj, że konsola Firebase obecnie nie ukrywa/wyłącza elementów sterujących interfejsu edycji przed przeglądającymi projektu, ale te operacje zakończą się niepowodzeniem w przypadku członków projektu, którym przypisano rolę przeglądającego.
Firebase obsługuje również:
Predefiniowane role Firebase — Wyselekcjonowane role specyficzne dla Firebase, które umożliwiają bardziej szczegółową kontrolę dostępu niż podstawowe role Właściciela, Edytora i Przeglądającego.
Role niestandardowe — W pełni dostosowane role IAM, które tworzysz w celu dostosowania zestawu uprawnień, które spełniają określone wymagania Twojej organizacji.
cennik
Które produkty są płatne? Które są bezpłatne?
Płatne produkty infrastrukturalne Firebase to Baza danych czasu rzeczywistego, Przechowywanie w chmurze dla Firebase, Funkcje w chmurze, Hosting, Laboratorium testowe i uwierzytelnianie telefoniczne. Oferujemy bezpłatny poziom dla wszystkich tych funkcji.
Firebase ma również wiele bezpłatnych produktów: Analytics, Cloud Messaging, kompozytor powiadomień, zdalna konfiguracja, indeksowanie aplikacji, linki dynamiczne i raportowanie awarii. Możesz używać nieograniczonej ilości dowolnego z tych produktów we wszystkich planach, w tym w naszym bezpłatnym planie Spark. Ponadto wszystkie funkcje uwierzytelniania poza uwierzytelnianiem telefonicznym są bezpłatne.
Czy Firebase oferuje bezpłatne kredyty próbne na płatne produkty?
Z płatnych usług Firebase można korzystać w ramach bezpłatnej wersji próbnej Google Cloud . Nowi użytkownicy Google Cloud i Firebase mogą skorzystać z 90-dniowego okresu próbnego, który obejmuje 300 USD bezpłatnych środków rozliczeniowych Cloud, aby poznać i ocenić produkty i usługi Google Cloud i Firebase.
W okresie bezpłatnej wersji próbnej Google Cloud otrzymasz bezpłatne konto rozliczeniowe Cloud. Każdy projekt Firebase korzystający z tego konta rozliczeniowego będzie objęty planem cenowym Blaze podczas bezpłatnego okresu próbnego.
Nie martw się, skonfigurowanie bezpłatnego konta rozliczeniowego w chmurze nie umożliwia nam pobierania opłat. Opłata nie zostanie naliczona, chyba że wyraźnie włączysz rozliczenia, uaktualniając swoje bezpłatne konto rozliczeniowe w chmurze do konta płatnego. Możesz przejść na płatne konto w dowolnym momencie podczas okresu próbnego. Po uaktualnieniu nadal możesz wykorzystać pozostałe kredyty (w okresie 90 dni).
Po wygaśnięciu bezpłatnego okresu próbnego musisz zmienić wersję swojego projektu na plan cenowy Spark lub skonfigurować plan cenowy Blaze w konsoli Firebase, aby nadal korzystać z projektu Firebase.
Skąd mam wiedzieć, który plan cenowy jest dla mnie odpowiedni?
Plan cenowy Spark
Nasz plan Spark to świetne miejsce do bezpłatnego rozwijania aplikacji. Otrzymujesz wszystkie bezpłatne funkcje Firebase (Analytics, narzędzie do tworzenia powiadomień, Crashlytics itd.) oraz duże ilości płatnych funkcji infrastruktury. Jeśli jednak przekroczysz zasoby planu Spark w miesiącu kalendarzowym, Twoja aplikacja zostanie wyłączona na pozostałą część tego miesiąca. Ponadto funkcje Google Cloud nie są dostępne podczas korzystania z planu Spark.
Plan cenowy Blaze
Nasz plan Blaze jest przeznaczony dla aplikacji produkcyjnych. Plan Blaze umożliwia również rozszerzenie aplikacji o płatne funkcje Google Cloud. Płacisz tylko za zużywane zasoby, co pozwala na skalowanie w zależności od zapotrzebowania. Staramy się, aby ceny naszych planów Blaze były konkurencyjne w stosunku do wiodących w branży dostawców usług w chmurze.
Jak mogę monitorować wykorzystanie i rozliczenia?
Wykorzystanie zasobów projektu możesz śledzić w konsoli Firebase na dowolnym z następujących pulpitów nawigacyjnych:
W styczniu 2020 r. plan cenowy Flame (25 USD miesięcznie dodatkowego limitu) został usunięty jako opcja dla nowych rejestracji. Obecni użytkownicy planu otrzymali okres karencji na migrację swoich projektów z planu Flame. W lutym 2022 r. pozostałe projekty w planie cenowym Flame zostały obniżone do planu cenowego Spark. Odpowiednio,
Istniejące projekty planu Spark i Blaze oraz wszelkie nowe projekty nie mogą już przełączać się na plan Flame ani rejestrować się w nim.
Jeśli przeniosłeś istniejący projekt planu Flame do innego planu cenowego, projekt nie może powrócić do planu Flame.
Projekty obniżone do planu Spark można uaktualnić do planu Blaze, aby wznowić dodatkowe płatne usługi.
Odniesienia do planu Flame'a zostały usunięte z dokumentacji.
Chcesz poznać inne plany cenowe oferowane przez Firebase? Odwiedź naszą stronę z cennikiem Firebase ! Jeśli chcesz rozpocząć przenoszenie istniejących projektów do innego planu cenowego, możesz to zrobić w konsoli Firebase dla swojego projektu.
Dodatkowe często zadawane pytania dotyczące wycofania planu Flame
Mam projekt, proces lub model biznesowy, który opiera się na stałym koszcie Firebase. Co powinienem zrobić?
Czy mogę otrzymać specjalny dostęp do tworzenia nowych projektów planu Flame?
Nie, Firebase nie oferuje projektom specjalnego dostępu do planu Flame lub rejestracji w nim.
Zmieniłem projekt planu Flame na inny plan cenowy. Jak to zmienić z powrotem?
Przejście na plan Flame nie jest już możliwe. Aby uzyskać dostęp do usług świadczonych w planie Flame, upewnij się, że korzystasz z planu cenowego Blaze i rozważ ustawienie alertów budżetowych dla swojego projektu.
Mój projekt został automatycznie przełączony na inny plan cenowy w ramach wycofania planu Flame. Co powinienem zrobić?
Jeśli Twój projekt wymaga dodatkowego limitu poza tym, co zapewnia plan Spark, musisz uaktualnić swój projekt do planu cenowego Blaze.
Dlaczego plan Flame jest wycofywany?
Z biegiem lat zaobserwowaliśmy spadek wykorzystania planu Flame, a większość projektów korzystających z tego planu nie zużywa w pełni jego wartości. Utrzymanie tego planu cenowego generalnie nie jest opłacalne i uważamy, że możemy lepiej służyć wszystkim, jeśli zasoby zostaną przeznaczone na inne inicjatywy Firebase.
Czym bezpłatne korzystanie z planu Blaze różni się od bezpłatnego korzystania z planu Spark?
Bezpłatne korzystanie z planu Blaze jest obliczane codziennie. Limity użytkowania różnią się również od planu Spark dla Cloud Functions, uwierzytelniania telefonu i laboratorium testowego.
W przypadku Cloud Functions bezpłatne korzystanie z planu Blaze jest obliczane na poziomie konta rozliczeniowego Cloud, a nie na poziomie projektu i ma następujące ograniczenia:
2 mln wywołań/miesiąc
400 000 GB-sekund/miesiąc
200 000 sekund procesora/miesiąc
5 GB ruchu wychodzącego do sieci/miesiąc
W przypadku uwierzytelniania telefonu bezpłatne korzystanie z planu Blaze jest obliczane co miesiąc.
W przypadku laboratorium testowego bezpłatne korzystanie z planu Blaze ma następujące ograniczenia:
30 minut na urządzeniu fizycznym dziennie
60 minut na urządzenie wirtualne dziennie
Czy przydział bezpłatnego użycia jest resetowany po zmianie planu Spark na plan Blaze?
Bezpłatne korzystanie z planu Spark jest uwzględnione w planie Blaze. Bezpłatne korzystanie nie resetuje się po przejściu na plan Blaze.
Co to jest „jednoczesne połączenie z bazą danych”?
Jednoczesne połączenie jest równoważne jednemu urządzeniu mobilnemu, karcie przeglądarki lub aplikacji serwera podłączonej do bazy danych. Firebase nakłada sztywne ograniczenia na liczbę jednoczesnych połączeń z bazą danych Twojej aplikacji. Te ograniczenia mają na celu ochronę Firebase i naszych użytkowników przed nadużyciami.
Limit planu Spark wynosi 100 i nie można go zwiększyć. Plany Flame i Blaze mają limit 200 000 jednoczesnych połączeń na bazę danych.
Ten limit różni się od łącznej liczby użytkowników Twojej aplikacji, ponieważ nie wszyscy użytkownicy łączą się jednocześnie. Jeśli potrzebujesz więcej niż 200 000 jednoczesnych połączeń, przeczytaj Skalowanie z wieloma bazami danych .
Co się stanie, jeśli przekroczę limity przestrzeni dyskowej lub pobierania w ramach planu Spark dla bazy danych czasu rzeczywistego?
Aby zapewnić Ci przewidywalną cenę, zasoby dostępne w planach Spark są ograniczone. Oznacza to, że po przekroczeniu dowolnego limitu planu w dowolnym miesiącu Twoja aplikacja zostanie wyłączona, aby zapobiec dalszemu wykorzystaniu zasobów i dodatkowym opłatom.
Co się stanie, jeśli przekroczę limity jednoczesnych połączeń planu Spark dla bazy danych czasu rzeczywistego?
Gdy Twoja aplikacja osiągnie limit współbieżności w planie Spark, wszelkie kolejne połączenia będą odrzucane, dopóki niektóre z istniejących połączeń nie zostaną zamknięte. Aplikacja będzie nadal działać dla użytkowników, którzy są połączeni.
Co się stanie, jeśli przekroczę limity przesyłania, pobierania lub przechowywania w ramach planu Spark dla Cloud Storage?
Gdy przekroczysz limity Cloud Storage w projekcie w abonamencie Spark, wynik zależy od typu przekroczonego limitu:
Jeśli przekroczysz limit przechowywanych GB , nie będziesz mógł przechowywać więcej danych w tym projekcie, chyba że usuniesz część przechowywanych danych lub przejdziesz na plan zapewniający więcej lub nieograniczoną przestrzeń dyskową.
Jeśli przekroczysz limit GB pobranych danych , Twoja aplikacja nie będzie mogła pobrać więcej danych aż do następnego dnia (począwszy od północy czasu pacyficznego w USA), chyba że zmienisz plan na mniej restrykcyjny lub bez limitów.
Jeśli przekroczysz limit operacji przesyłania lub pobierania , Twoja aplikacja nie będzie mogła przesyłać ani pobierać więcej danych aż do następnego dnia (począwszy od północy czasu pacyficznego w USA), chyba że przejdziesz na plan z mniej restrykcyjnymi limitami lub bez granice.
Jak działa integracja Firebase z Google Cloud?
Firebase jest głęboko zintegrowany z Google Cloud . Projekty są współużytkowane przez Firebase i Google Cloud, więc w projektach mogą być włączone usługi Firebase i Google Cloud. Możesz uzyskać dostęp do tego samego projektu z konsoli Firebase lub Google Cloud Console. Konkretnie:
Niektóre produkty Firebase są wspierane bezpośrednio przez Google Cloud, na przykład Cloud Storage dla Firebase. Lista produktów obsługiwanych przez Google Cloud będzie się z czasem powiększać.
Wiele Twoich ustawień, w tym współpracowników i informacje rozliczeniowe, jest udostępnianych przez Firebase i Google Cloud. Twoje korzystanie z Firebase i Google Cloud widnieje na tym samym rachunku.
Ponadto po przejściu na plan Blaze możesz korzystać ze światowej klasy infrastruktury jako usługi i interfejsów API Google Cloud bezpośrednio w swoim projekcie Firebase, po standardowych cenach Google Cloud . Możesz też eksportować dane z Google Cloud bezpośrednio do BigQuery w celu analizy. Aby dowiedzieć się więcej, zobacz Łączenie BigQuery z Firebase.
Korzystanie z Google Cloud z Firebase ma wiele zalet zwiększających bezpieczeństwo, zmniejszających opóźnienia i oszczędzających czas (w porównaniu z innymi usługami w chmurze, które nie są zlokalizowane w tym samym miejscu). Sprawdź witrynę Google Cloud , aby uzyskać więcej informacji.
Co stanie się z moim projektem Firebase, jeśli dodam lub usunę konta rozliczeniowe dla tego projektu w Google Cloud Console?
Jeśli konto rozliczeniowe Cloud zostanie dodane do projektu w Google Cloud Console, ten sam projekt zostanie automatycznie uaktualniony do planu Firebase Blaze, jeśli ten projekt jest obecnie objęty planem Spark.
Natomiast jeśli istniejące aktywne konto Cloud Billing zostanie usunięte z projektu w Google Cloud Console, projekt ten zostanie zdegradowany do planu Firebase Spark.
Czy mogę przejść na wyższy, niższy lub anulować subskrypcję w dowolnym momencie?
Tak, w dowolnym momencie możesz przejść na wyższą, niższą lub anulować subskrypcję. Pamiętaj, że nie zapewniamy proporcjonalnych zwrotów za obniżenie lub anulowanie. Oznacza to, że jeśli zmienisz taryfę na niższą lub anulujesz ją przed końcem okresu rozliczeniowego, nadal płacisz za pozostałą część miesiąca.
Jakie wsparcie otrzymam?
All Firebase apps, including those using no-cost plans, come with email support from Firebase staff during US Pacific business hours. All accounts have unlimited support for billing-related issues, account-related issues, technical (troubleshooting) questions, and incident reports.
Can I cap usage on the Blaze plan?
No, you cannot currently cap your Blaze plan usage. We are evaluating options for supporting caps on Blaze plan usage.
Blaze users can define a budget for their project or account, and receive alerts as their spending approaches those limits. Learn how to set up budget alerts .
What are automated backups? Do you offer hourly backups?
Automated backups are an advanced feature for customers on our Blaze pricing plan that backs up your Firebase Realtime Database data once a day and uploads it to Google Cloud Storage .
We do not offer hourly backups.
Do you offer open-source, nonprofit, or educational discounts?
Our Spark plan can be used by any type of individual or organization, including nonprofits, schools, and open-source projects. Since these plans already include generous quotas, we don't offer any special discounts or plans for open-source, nonprofit, or educational projects.
Do you offer enterprise contracts, pricing, support, or dedicated infrastructure hosting?
Our Blaze plan is suitable for enterprises of all sizes, and our SLA meets or exceeds the industry standard for cloud infrastructure. However, we do not currently offer enterprise contracts, pricing, or support, nor do we offer dedicated infrastructure hosting (that is, on-premises installations) for services like our Realtime Database. We are hard at work adding some of these features.
Do you offer ad-hoc pricing? I only want pay-as-you-go for one or two features.
We offer ad-hoc pricing in the Blaze plan, where you pay only for the features you use.
How do the paid Firebase plans work with Ads? Are there no-cost advertising credits with paid plans?
The Firebase pricing plans are separate from Ads, so there are no advertising credits without cost. As a Firebase developer, you are able to "link" your Ads account to Firebase to support conversion tracking.
All ads campaigns are managed directly in Ads, and Ads billing is managed from the Ads console.
Cloud Functions pricing
Why do I need a billing account to use Cloud Functions for Firebase?
Cloud Functions for Firebase relies on some paid Google services. New function deployments with Firebase CLI 11.2.0 and higher rely on Cloud Build and Artifact Registry . Deployments to older versions use Cloud Build in the same way, but rely on Container Registry and Cloud Storage for storage instead of Artifact Registry. Usage of these services will be billed in addition to existing pricing.
Storage space for Firebase CLI 11.2.0 and newer versions
Artifact Registry provides the containers in which functions run. Artifact Registry provides the first 500MB at no cost, so your first function deployments may not incur any fees. Above that threshold, each additional GB of storage is billed at $0.10 per month.
Storage space for Firebase CLI 11.1.x and prior versions
For functions deployed to older versions, Container Registry , provides the containers in which functions run. You'll be billed for each container required to deploy a function. You may notice small charges for each container stored—for example, 1GB of storage is billed at $0.026 per month .
To understand more about how your bill might change, please review the following
Does Cloud Functions for Firebase still have no-cost usage?
Yes. On the Blaze plan, Cloud Functions provides a no-cost tier for invocations, compute time, and internet traffic. The first 2,000,000 invocations, 400,000 GB-sec, 200,000 CPU-sec, and 5 GB of Internet egress traffic is provided at no cost each month. You'll be charged only for usage above those thresholds.
After the first 500MB of no-cost storage, each deployment operation will incur small-scale charges for the storage space used for the function's container. If your development process depends on deploying functions for testing, you can further minimize costs by using the Firebase Local Emulator Suite during development.
Is Firebase planning to raise the quotas and limits for Cloud Functions for Firebase?
No. There are no plans to change the quotas except for the removal of a maximum build time limit; instead of receiving errors or warnings when the daily build quota of 120 minutes is reached, you'll be billed under the terms of the Blaze pricing plan. See Quotas and limits .
Can I get the Google Cloud $300 credit?
Yes, you can create a Cloud Billing account in the Google Cloud Console to get the $300 credit, then link that Cloud Billing account to a Firebase project.
Note that if you do this, you have to then set up the Blaze pricing plan in the Firebase console in order for your project to continue working after the $300 credit is exhausted.
I want to follow a codelab to learn about Firebase. Can you give me a temporary billing account?
No, sorry. You can use the Firebase emulator for development without having a Cloud Billing account. Alternatively, try applying for a Google Cloud free trial . If you're still having trouble paying your bill because of this change, contact Firebase Support.
I'm worried I'm going to rack up a huge bill.
You can set up budget alerts in the Google Cloud Console to help control costs. Also, you can set limits on the number of billed instances created for each of your functions. To get an idea of costing for typical scenarios, see the Cloud Functions Pricing examples.
To use extensions, you will need to upgrade to the Blaze pricing plan. You will be charged a small amount (typically around $0.01 per month for the Firebase resources required by each extension you install (even if they are not used), in addition to any charges associated with your use of Firebase services.
Privacy
Where can I find information about privacy and security in Firebase?
Do the Firebase SDKs log any usage/diagnostic information outside of Analytics?
Yes. This is currently iOS-only, but may change in the future. The Firebase Apple platforms SDK includes the FirebaseCoreDiagnostics framework by default. This framework is used by Firebase to collect SDK usage and diagnostics information to help prioritize future product enhancements. FirebaseCoreDiagnostics is optional, so if you would like to opt out of sending Firebase diagnostic logs, you can do so by unlinking the library from your application. You can browse the full source, including logged values, on GitHub
A/B Testing
A/B Testing: How many experiments can I create and run?
You are allowed up to 300 experiments per project, which could consist of up to 24 running experiments, with the rest as draft or completed.
A/B Testing: Why can't I view my experiments after unlinking and re-linking my project to Google Analytics?
Linking to a different Google Analytics property will cause you to lose access to experiments created beforehand. To regain access to a previous experiment, re-link your project to the Google Analytics property that was linked when the experiment was created.
AdMob
AdMob: Can I link my Windows apps to Firebase?
No, Windows apps are not currently supported.
AdMob: Why can't I link my app to AdMob from the Firebase console?
You can link an AdMob app to a Firebase app via the AdMob console. Learn how.
AdMob: What permissions or access do I need to link a Firebase app to an AdMob app?
In order to do this linking, you need the following access:
AdMob : You need to be an AdMob admin.
Firebase : You must have the firebase.links.create permission, which is included in the Owner role and the Firebase Admin role .
Google Analytics : You must have the Edit role or Manage Users role for the property associated with the Firebase project. Learn more.
AdMob: Can multiple users in the same AdMob account link AdMob apps and Firebase apps?
AdMob: To use AdMob, should I use the Firebase SDK for AdMob or the Google Mobile Ads SDK?
For iOS projects , use the Google Mobile Ads SDK: pod 'Google-Mobile-Ads-SDK'
For Android projects , use the Google Mobile Ads SDK: implementation 'com.google.android.gms:play-services-ads:22.1.0'
Note that the Firebase Android SDKs for AdMob transitively include the Firebase SDK for Google Analytics. So, if your app calls any Google Analytics APIs and you switch to using the Google Mobile Ads SDK, make sure that you explicitly add the dependency for the Firebase SDK for Google Analytics ( com.google.firebase:firebase-analytics ) to your app's build.gradle file.
Analytics: Why is Google Analytics a recommended part of using Firebase products?
Google Analytics is a free and unlimited analytics solution that works with Firebase features to deliver powerful insights. It enables you to view event logs in Crashlytics, notification effectiveness in FCM, deep link performance for Dynamic Links, and in-app purchase data from Google Play. It powers advanced audience targeting in Remote Config, Remote Config personalization, and more.
Google Analytics acts as a layer of intelligence in the Firebase console to provide you with more actionable insights about how to develop a high quality app, grow your user base, and earn more money.
Analytics: How do I control how my Analytics data is shared with the rest of Firebase?
By default, your Google Analytics data is used to enhance other Firebase and Google features. You can control how your Google Analytics data is shared in your project settings anytime. Learn more about Data sharing settings .
Analytics in my iOS app: Can I install Analytics without ad attribution and IDFA collection features?
Analytics: Why don't I see any Analytics data in the Firebase console after unlinking Firebase from Google Analytics?
Analytics data resides within the Google Analytics property — not within the Firebase project. If you delete or unlink the property, then the Analytics data will not be accessible to Firebase and you'll see an empty Analytics dashboard in the Firebase console. Note that since the data still resides in the previously linked property, you can always relink the property to Firebase and see the Analytics data in the Firebase console.
Linking a brand new Google Analytics account (and thus a new Google Analytics property) to your Firebase project will result in an empty Analytics dashboard in the Firebase console. However, if your previously linked property still exists, then you can move the existing data from the old property to the new property.
Analytics: If my Analytics property and its data were deleted, is there any way to get them back?
No. If your property has been deleted, it isn't possible to undelete the property or retrieve the previously collected Analytics data stored in that property.
If you'd like to start using Google Analytics again, you can link either a new property or an existing property to your Firebase project. You can do this linking in either the Firebase console or the Google Analytics UI. Learn more about linking a Google Analytics property to your Firebase project.
Analytics: If my Analytics property was deleted, can I link a new Google Analytics property to my Firebase project and start using Analytics again?
If you'd like to start using Google Analytics again, you can link either a new property or an existing property to your Firebase project. You can do this linking in either the Firebase console or the Google Analytics UI. Learn more about linking a Google Analytics property to your Firebase project.
Note that since all Analytics data is stored in the property (not the Firebase project), the previously collected Analytics data cannot be retrieved.
Analytics: How will Firebase products or integrated Google products be affected by the deletion of my Analytics property?
Several Firebase products rely on the Google Analytics integration. If your Analytics property and its data are deleted, the following will happen if you use the following products:
Crashlytics — You can no longer see crash-free users, breadcrumb logs, and/or velocity alerts.
Cloud Messaging and In-App Messaging — You can no longer use targeting, campaign metrics, audience segmentation, and analytics labels.
Remote Config — You can no longer use targeted configurations or Personalization.
A/B Testing — You can no longer use A/B Testing since the experiment measurement is supplied by Google Analytics.
Dynamic Links — Any feature that relies on data from Google Analytics will be disrupted.
In addition, the following integrations will be affected:
Analytics: How do I segment users who have not met some criterion?
You can reframe the problem by "negatively targeting" these users. For example, reframe the problem as "Don't show ads to people who have bought something", and form an audience of those users to target.
Analytics: Are audiences and/or events defined in the Google Analytics interface also available in the Firebase console?
Your audiences and user properties will be synced. For some features, you'll need to use the Google Analytics interface, such as segmentation and closed funnels. You can access the Google Analytics interface directly via deep-links from the Firebase console.
Any changes you make from the Firebase console can also be performed in Google Analytics, and those changes will be reflected in Firebase.
Authentication
Firebase Authentication: Which countries are supported for phone authentication?
Firebase Authentication supports phone number verification across the the world, but not all networks reliably deliver our verification messages. The following countries have good rates of delivery, and should be expected to work well for phone number sign in.
Country
Code
AD
Andorra
AE
United Arab Emirates
AF
Afghanistan
AG
Antigua and Barbuda
AL
Albania
AM
Armenia
AO
Angola
AR
Argentina
AS
American Samoa
AT
Austria
AU
Australia
AW
Aruba
AZ
Azerbaijan
BA
Bosnia and Herzegovina
BB
Barbados
BD
Bangladesh
BE
Belgium
BF
Burkina Faso
BG
Bulgaria
BJ
Benin
BM
Bermuda
BN
Brunei Darussalam
BO
Bolivia
BR
Brazil
BS
Bahamas
BT
Bhutan
BW
Botswana
BY
Belarus
BZ
Belize
CA
Canada
CD
Congo, (Kinshasa)
CF
Central African Republic
CG
Congo (Brazzaville)
CH
Switzerland
CI
Côte d'Ivoire
CK
Cook Islands
CL
Chile
CM
Cameroon
CO
Colombia
CR
Costa Rica
CV
Cape Verde
CW
Curaçao
CY
Cyprus
CZ
Czech Republic
DE
Germany
DJ
Djibouti
DK
Denmark
DM
Dominica
DO
Dominican Republic
DZ
Algeria
EC
Ecuador
EG
Egypt
ES
Spain
ET
Ethiopia
FI
Finland
FJ
Fiji
FK
Falkland Islands (Malvinas)
FM
Micronesia, Federated States of
FO
Faroe Islands
FR
France
GA
Gabon
GB
United Kingdom
GD
Grenada
GE
Georgia
GF
French Guiana
GG
Guernsey
GH
Ghana
GI
Gibraltar
GL
Greenland
GM
Gambia
GP
Guadeloupe
GQ
Equatorial Guinea
GR
Greece
GT
Guatemala
GY
Guyana
HK
Hong Kong, SAR China
HN
Honduras
HR
Croatia
HT
Haiti
HU
Hungary
ID
Indonesia
IE
Ireland
IL
Israel
IM
Isle of Man
IN
India
IQ
Iraq
IT
Italy
JE
Jersey
JM
Jamaica
JO
Jordan
JP
Japan
KE
Kenya
KG
Kyrgyzstan
KH
Cambodia
KM
Comoros
KN
Saint Kitts and Nevis
KR
Korea (South)
KW
Kuwait
KY
Cayman Islands
KZ
Kazakhstan
LA
Lao PDR
LB
Lebanon
LC
Saint Lucia
LI
Liechtenstein
LK
Sri Lanka
LS
Lesotho
LT
Lithuania
LU
Luxembourg
LV
Latvia
LY
Libya
MA
Morocco
MD
Moldova
ME
Montenegro
MF
Saint-Martin (French part)
MG
Madagascar
MK
Macedonia, Republic of
MM
Myanmar
MN
Mongolia
MO
Macao, SAR China
MS
Montserrat
MT
Malta
MU
Mauritius
MW
Malawi
MX
Mexico
MY
Malaysia
MZ
Mozambique
NA
Namibia
NC
New Caledonia
NE
Niger
NF
Norfolk Island
NG
Nigeria
NI
Nicaragua
NL
Netherlands
NO
Norway
NP
Nepal
NZ
New Zealand
OM
Oman
PA
Panama
PE
Peru
PG
Papua New Guinea
PH
Philippines
PK
Pakistan
PL
Poland
PM
Saint Pierre and Miquelon
PR
Puerto Rico
PS
Palestinian Territory
PT
Portugal
PY
Paraguay
QA
Qatar
RE
Réunion
RO
Romania
RS
Serbia
RU
Russian Federation
RW
Rwanda
SA
Saudi Arabia
SC
Seychelles
SE
Sweden
SG
Singapore
SH
Saint Helena
SI
Slovenia
SK
Slovakia
SL
Sierra Leone
SN
Senegal
SR
Suriname
ST
Sao Tome and Principe
SV
El Salvador
SZ
Swaziland
TC
Turks and Caicos Islands
TG
Togo
TH
Thailand
TL
Timor-Leste
TM
Turkmenistan
TO
Tonga
TR
Turkey
TT
Trinidad and Tobago
TW
Taiwan, Republic of China
TZ
Tanzania, United Republic of
UA
Ukraine
UG
Uganda
US
United States of America
UY
Uruguay
UZ
Uzbekistan
VC
Saint Vincent and Grenadines
VE
Venezuela (Bolivarian Republic)
VG
British Virgin Islands
VI
Virgin Islands, US
VN
Viet Nam
WS
Samoa
YE
Yemen
YT
Mayotte
ZA
South Africa
ZM
Zambia
ZW
Zimbabwe
Firebase Authentication: In my Android app, why am I getting the following error: Google sign in failed ?
Follow the troubleshooting steps in this FAQ if you're getting the following error:
GoogleFragment: Google sign in failed
com.google.android.gms.common.api.ApiException: 13: Unable to get token.
at
com.google.android.gms.internal.auth-api.zbay.getSignInCredentialFromIntent(com.google.android.gms:play-services-auth@@20.3.0:6)
Make sure that Google sign-in is properly enabled as an authentication provider:
Within the Sign in method tab, disable and then re-enable the Google sign-in method (even if it's already enabled):
Open the Google sign-in method, disable it, and then click Save .
Re-open the Google sign-in method, enable it, and then click Save .
Also, in the Google sign-in provider configuration of the Authentication section, make sure that the OAuth client ID and secret match the web client displayed in the Credentials page of the Google Cloud Console (look in the OAuth 2.0 Client IDs section).
Firebase Authentication: How do I manually construct an OAuth web client??
Open the Credentials page of the Google Cloud Console.
At the top of the page, select Create credentials > OAuth client ID .
If you're prompted to configure your consent screen, follow the on-screen instructions, and then continue with the following steps of this FAQ.
Create the OAuth web client:
For the Application Type , select Web application .
For the Authorized JavaScript Origins , add the following:
http://localhost
http://localhost:5000
https:// PROJECT_ID .firebaseapp.com
https:// PROJECT_ID .web.app
For the Authorized Redirect URIs , add the following:
Within the Sign in method tab, open the Google sign-in provider, and then paste the web server client ID and secret you just constructed and copied from the Google Cloud Console. Click Save .
Firebase Authentication: How is %APP_NAME% determined for the email template for the confirmation email that can be sent to a user when they sign up using an email address and password?
Before December 2022, the %APP_NAME% in the email template was populated with the OAuth brand name that was automatically provisioned whenever an Android app was registered in the Firebase project. Now, since the OAuth brand is provisioned only when Google sign-in is enabled, the following describes how %APP_NAME% is determined:
If the OAuth brand name is available, then the %APP_NAME% in the email template will be the OAuth brand name (same as pre-December 2022 behavior).
If the OAuth brand name is not available, here's how the %APP_NAME% in the email template is determined:
For web apps , the %APP_NAME% will be the default Firebase Hosting site name (the value preceding .firebaseapp.com and .web.app and usually the Firebase project ID).
For mobile apps:
If the Android package name or iOS bundle ID is present in the request, then the %APP_NAME% will be the app name used in the Play Store or App Store (respectively).
Otherwise, the %APP_NAME% will be the default Firebase Hosting site name (the value preceding .firebaseapp.com and .web.app and usually the Firebase project ID).
Note that if the lookup of the default Firebase Hosting site name fails, then the final fallback is to use the Firebase project ID as the %APP_NAME% .
Cloud Functions
Cloud Functions runtime support
How do I upgrade to the latest supported version of Node.js?
How can I make sure I deployed my functions to a specific Node.js runtime?
In the Firebase console, go to the functions dashboard , select a function, and check the function's language under Additional details .
I use Firebase Extensions. Will I be affected by Cloud Functions runtime updates?
Yes. Since extensions use Cloud Functions , the runtime of your extensions will need to be updated on the same timeline as Cloud Functions.
We recommend that you periodically update to the latest version of each extension installed in your project. You can upgrade your projects' extensions via the Firebase console or Firebase CLI .
Cloud Messaging
Cloud Messaging: What's the difference between the Notifications composer and Cloud Messaging?
Firebase Cloud Messaging provides a complete set of messaging capabilities through its client SDKs and HTTP and XMPP server protocols. For deployments with more complex messaging requirements, FCM is the right choice.
The Notifications composer is a lightweight, serverless messaging solution built on Firebase Cloud Messaging. With a user-friendly graphical console and reduced coding requirements, the Notifications composer lets users easily send messages to reengage and retain users, foster app growth, and support marketing campaigns.
Capabilities
Notifications composer
Cloud Messaging
Target
Single device
Clients subscribed to topics (ie weather)
Clients in predefined user segment (app, version, language)
Clients in specified analytics audiences
Clients in device groups
Upstream from client to server
Message Type
Notifications up to 2kb
Data messages up to 4kb
Delivery
Immediate
Future client device local time
Analytics
Built-in Notifications analytics collection and funnel analytics
Cloud Messaging: Apple announced they're deprecating the legacy binary protocol for APNs. Do I need to do anything?
No. Firebase Cloud Messaging switched to the HTTP/2-based APNs protocol in 2017. If you are using FCM to send notifications to iOS devices, there should be no action required on your part.
Cloud Messaging: Do I need to use other Firebase services in order to use FCM?
You can use Firebase Cloud Messaging as a standalone component, in the same manner as you did with GCM, without using other Firebase services.
Cloud Messaging: I am an existing Google Cloud Messaging (GCM) developer. Should I move to Firebase Cloud Messaging?
FCM is the new version of GCM under the Firebase brand. It inherits GCM's core infrastructure, with new SDKs to make Cloud Messaging development easier.
Benefits of upgrading to FCM SDK include:
Simpler client development. You no longer have to write your own registration or subscription retry logic.
An out-of-the-box notification solution. You can use the Notifications composer, a serverless notifications solution with a web console that lets anyone send notifications to target specific audiences based on insights from Google Analytics.
To upgrade from GCM SDKs to FCM SDKs, see the guides for migrating Android and iOS apps.
Cloud Messaging: Why do my targeted devices apparently fail to receive messages?
When it looks like devices haven't successfully received messages, check first for these two potential causes:
Foreground message handling for notification messages . Client apps need to add message handling logic to handle notification messages when the app is in the foreground on the device. See the details for iOS and Android .
Network firewall restrictions . If your organization has a firewall that restricts the traffic to or from the Internet, you need to configure it to allow connectivity with FCM in order for your Firebase Cloud Messaging client apps to receive messages. The ports to open are:
5228
5229
5230
FCM usually uses 5228, but it sometimes uses 5229 and 5230. FCM does not provide specific IPs, so you should allow your firewall to accept outgoing connections to all IP addresses contained in the IP blocks listed in Google's ASN of 15169 .
Cloud Messaging: I have implemented onMessageReceived in my Android app, but it is not being called.
When your app is in the background, notification messages are displayed in the system tray, and onMessageReceived is not called. For notification messages with a data payload, the notification message is displayed in the system tray, and the data that was included with the notification message can be retrieved from the intent launched when the user taps on the notification.
Notifications composer: What's the difference between the Notifications composer and Cloud Messaging?
The Notifications composer is a lightweight, serverless messaging solution built on Firebase Cloud Messaging. With a user-friendly graphical console and reduced coding requirements, the Notifications composer lets users easily send messages to reengage and retain users, foster app growth, and support marketing campaigns.
Firebase Cloud Messaging provides a complete set of messaging capabilities through its client SDKs and HTTP and XMPP server protocols. For deployments with more complex messaging requirements, FCM is the right choice.
Here's a comparison of the messaging capabilities provided by Firebase Cloud Messaging and the Notifications composer:
Capabilities
Notifications composer
Cloud Messaging
Target
Single device
Clients subscribed to topics (ie weather)
Clients in predefined user segment (app, version, language)
Clients in specified analytics audiences
Clients in device groups
Upstream from client to server
Message Type
Notifications up to 2kb
Data messages up to 4kb
Delivery
Immediate
Future client device local time
Analytics
Built-in Notifications analytics collection and funnel analytics
Notifications composer: I am an existing Google Cloud Messaging (GCM) developer, and I want to use the Notifications composer. What should I do?
The Notifications composer is an out-of-the-box solution that lets anyone send notifications to target specific audiences based on insights from Google Analytics. Also, the Notifications composer provides funnel analysis for every message, allowing easy evaluation of notification effectiveness.
If you are an existing GCM developer, to use the Notifications composer you have to upgrade from GCM SDKs to FCM SDKs. See the guides for migrating Android and iOS apps.
Cloud Storage for Firebase
Cloud Storage for Firebase: Why can't I use Cloud Storage for Firebase?
Cloud Storage for Firebase creates a default bucket in the App Engine no-cost tier. This allows you to quickly get up and running with Firebase and Cloud Storage for Firebase, without having to put in a credit card or enable a Cloud Billing account. It also allows you to easily share data between Firebase and a Google Cloud project.
There are, however, two known cases where this bucket cannot be created and you will be unable to use Cloud Storage for Firebase:
A project imported from Google Cloud which had a App Engine Master/Slave Datastore application.
A project imported from Google Cloud which has domain prefixed projects. For example: domain.com:project-1234 .
There are currently no workarounds to these issues, and we recommend that you create a new project in the Firebase console and enable Cloud Storage for Firebase in that project.
Cloud Storage for Firebase: Why do I get error code 412 responses about service account permissions and failed service account operations when using the Cloud Storage for Firebase API?
It's likely you're getting 412 error codes either because the Cloud Storage for Firebase API is not enabled for your project or a necessary service account is missing the required permissions.
Cloud Storage for Firebase: Why do I see new service account IDs associated with my Firebase projects that use Cloud Storage for Firebase?
Firebase uses service accounts to operate and manage services without sharing user credentials. When you create a Firebase project, you might notice that a number of service accounts are already available in your project.
The service account that Cloud Storage for Firebase uses is scoped to your project and is named service- PROJECT_NUMBER @gcp-sa-firebasestorage.iam.gserviceaccount.com .
If you used Cloud Storage for Firebase before September 19, 2022, you may see an additional service account on previously-linked Cloud Storage buckets named firebase-storage@system.gserviceaccount.com . As of September 19, 2022, this service account is no longer supported.
You can view all service accounts associated with your project in the Firebase console, on the Service accounts tab .
Adding the new service account
If you removed the service account previously or the service account is not present in your project, you may do one of the following to add the account.
(Recommended) Automated: Use the AddFirebase REST endpoint to re-import your bucket into Firebase. You will only need to call this endpoint once, not once for each linked bucket.
We strongly discourage you from removing the service account because this may block access to your Cloud Storage buckets from your apps. To remove the service account from your project, follow the instructions in Disabling a service account .
Dynamic Links: Why does my Android app access each Dynamic Link twice?
The getInvitation API clears the saved Dynamic Link to prevent it from being accessed twice. Be sure to call this API with the autoLaunchDeepLink parameter set to false in each of the deep link activities to clear it for the case when the activity is triggered outside the main activity.
Firebase Local Emulator Suite
Why do Emulator Suite logs show an error starting with "Multiple projectIds are not recommended in single project mode"?
This message means the Emulator Suite has detected it may be running a particular product emulator using different project IDs. This may indicate a misconfiguration, and can cause issues when emulators try to communicate with one another, and when you try to interact with emulators from your code. If project IDs don't match, it often appears that data is missing, since data stored in emulators is keyed to projectID, and interoperability depends on matching project IDs.
This has been a common source of confusion among developers, so by default the Local Emulator Suite will now only allow running with a single project ID, unless you specify otherwise in the firebase.json configuration file. If an emulator detects more than one project ID, it will log a warning and potentially throw a fatal error.
Check your project ID declaration(s) for mismatches in:
The default project set at the command line. By default, the project ID will be taken on startup from the project selected with firebase init or firebase use . To view the list of projects (and see which one is selected) use firebase projects:list .
Unit tests. The project ID is often specified in calls to the Rules Unit Testing library methods initializeTestEnvironment or initializeTestApp . Other testing code may initialize with initializeApp(config) .
The command line --project flag. Passing the Firebase CLI --project flag overrides the default project. You'll need to ensure the value of the flag matches the project ID in unit tests and app initialization.
Platform-specific places to check:
Web
The projectId property in your JavaScript firebaseConfig object, used in initializeApp .
Android
The project_id property inside the google-services.json configuration file.
Apple platforms
The PROJECT_ID property in the GoogleService-Info.plist configuration file.
To disable single project mode, update firebase.json with the singleProjectMode key:
Hosting: Why does my Hosting release history table in the Firebase console show file counts that are more than what my local project actually has?
Firebase automatically adds extra files containing metadata about the Hosting site, and these files are included in the total file count for the release.
Hosting: What's the largest file size that I can deploy to Firebase Hosting?
Hosting has a maximum size limit of 2 GB for individual files.
We recommend storing larger files using Cloud Storage , which offers a maximum size limit in the terabyte range for individual objects.
Hosting: How many Hosting sites can I have per Firebase project?
Performance Monitoring: How many custom URL patterns can I create?
You can create up to 400 total custom URL patterns per app and up to 100 custom URL patterns per domain for that app.
Performance Monitoring: Why am I not seeing real time display of performance data?
To view real time performance data, make sure that your app uses a Performance Monitoring SDK version that's compatible with real time data processing.
iOS — v7.3.0 or later
tvOS — v8.9.0 or later
Android — v19.0.10 or later (or Firebase Android BoM v26.1.0 or later)
Web — v7.14.0 or later
Note that we always recommend using the latest version of SDK, but any version listed above will enable Performance Monitoring to process your data in near real time.
Realtime Database
Realtime Database: Why was my Realtime Database reported bandwidth lower than average between September 2016 and March 2017?
For our bandwidth calculations, we normally include SSL encryption overhead (based on layer 5 of the OSI model). However, in September 2016, we introduced a bug that caused our bandwidth reporting to ignore encryption overhead. This might have resulted in artificially low reported bandwidth and bills on your account for a few months.
We released a fix for the bug in late March 2017, returning bandwidth reporting and billing to their normal levels.
Realtime Database: What are the scaling limitations of the Realtime Database?
Each Realtime Database instance has limits on the number of write operations per second. For small writes, this limit is approximately 1000 write operations per second. If you are approaching this limit, batching operations using multi-path updates can help you achieve higher throughput.
Realtime Database: What can I do if I'm over my Realtime Database usage limits?
If you've received an email alert or notification in the Firebase console that you've exceeded your Realtime Database usage limits, you can address it based on the usage limit you've exceeded. To see your Realtime Database usage, go to the Realtime Database Usage dashboard in the Firebase console.
If you're over your download limit, you can upgrade your Firebase pricing plan or wait until your download limit resets at the start of your next billing cycle. To decrease your downloads, try the following steps:
Add queries to limit the data that your listen operations return.
Check for unindexed queries.
Use listeners that only download updates to data — for example, on() instead of once() .
Use security rules to block unauthorized downloads.
If you're over your storage limit, upgrade your pricing plan to avoid service disruptions. To reduce the amount of data in your database, try the following steps:
Run periodic cleanup jobs.
Reduce any duplicate data in your database.
Note that it may take some time to see any data deletions reflected in your storage allotment.
If you're over your simultaneous database connections limit, upgrade your plan to avoid any service disruptions. To manage simultaneous connections to your database, try connecting via users via the REST API if they don't require a realtime connection.
Remote Config
Remote Config: Why don't fetched values change the behavior and appearance of my app?
Unless you fetch values with fetchAndActivate() , values are stored locally but not activated. To activate fetched values so that they can take effect, call activate . This design lets you control when the behavior and appearance of your app changes, because you can choose when to call activate . After you call activate , your app source code determines when updated parameter values are used.
For example, you could fetch values and then activate them the next time a user starts your app, which removes the need to delay app startup while your app waits for fetched values from the service. Changes to your app's behavior and appearance then occur when your app uses the updated parameter values.
Remote Config: I am making a lot of fetch requests while developing my app. Why doesn't my app always get the latest values from the service when it sends fetch requests?
During app development, you might want to fetch and activate configs very frequently (many times per hour) to let you rapidly iterate as you develop and test your app. To accommodate rapid iteration on a project with up to 10 developers, you can temporarily set a FirebaseRemoteConfigSettings object with a low minimum fetch interval ( setMinimumFetchIntervalInSeconds ) in your app.
Remote Config: How quickly does the Remote Config service return fetched values after my app sends a fetch request?
Devices usually receive fetched values in less than a second, and often receive fetched values in milliseconds. The Remote Config service handles fetch requests within milliseconds, but the time required to complete a fetch request will depend on the network speed of the device and the latency of the network connection used by the device.
If your goal is to make fetched values take effect in your app as soon as possible, but without creating a jarring user experience, consider adding calls to fetchAndActivate each time that your app does a full screen refresh.
Firebase User Segmentation Storage stores Firebase installation IDs and related attributes and segments as well as audience lists you've created to provide targeting information to other Firebase services that use them, such as Crashlytics, FCM, Remote Config personalization, and more.