Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
141 views

In the Firebase console, if you go to Authentication > Settings > User Actions, there is an option for Enable create (sign-up). Disabling this seems to be intended to prevent account creation ...
Jonathan Chandler's user avatar
2 votes
2 answers
157 views

I'm using the package firebase.google.com/go/v4 and trying to upload a file to firebase storage and have a download link to use the file later in other apps. The documentation especially for Go is ...
Rajender Katkuri's user avatar
0 votes
3 answers
413 views

I have a web server and need to allow admins to upload images and users to view images. I am able to upload the file just fine with this: bucket, err := client.DefaultBucket() if err != nil { ...
Rafael Zasas's user avatar
  • 1,002
1 vote
1 answer
644 views

Is there a way to authenticate the user using its email address and password? In the Firebase Admin SDK package, Go language, I found no "Sign in" function. To create a CustomToken you don't ...
GSeriousB's user avatar
  • 251
1 vote
0 answers
228 views

Current issue on their Github. First, I believe the Firebase documentation for how to use AppCheck with the Golang Admin SDK is wrong here. It says you need to create a new appcheck.Client directly ...
Matthew Trent's user avatar
2 votes
2 answers
6k views

Is it possible to write Firebase Cloud Functions in Golang such that they can access Firebase services such as Firestore and Storage, in both production and emulators? Ideally I would like to have a ...
Rafael Zasas's user avatar
  • 1,002
1 vote
0 answers
839 views

Recently I started testing my go server, which uses firebase admin sdk, with firebase local emulator suite. It works perfectly with firestore, but with the authentication not so much. I tried many ...
Shalom Prinz's user avatar
1 vote
0 answers
90 views

is it possible to use only subset of firebase-admin-go on the backend? it ships with a ton of features but all i need are: ID Token Verification Firebase Cloud Messaging so i was hoping i could do ...
M-Raw's user avatar
  • 839
5 votes
2 answers
1k views

I'm trying to setup the storage emulator for my firebase project. I am using the Go admin sdk. However it seems to be ignored despite following the documented process. App initialization: func App(ctx ...
Hunter Heston's user avatar
1 vote
1 answer
194 views

I want to import users from an external database to firebase. The password were hashed with a sha256 function with the password prepended by a salt (which is a UUID). For example: password = "...
bebenzer's user avatar
0 votes
1 answer
345 views

When using the Firebase Admin SDK in Go, I'm facing an issue where I can't authenticate on the Realtime Database. Here's how I start the database connection: option := option.WithTokenSource(...
Martichou's user avatar
  • 143
2 votes
1 answer
4k views

I wish to use the firebase admin-sdk but for some reason, I am getting a "project id is required to access Firestore error". I have downloaded an admin-sdk json file from the firebase ...
Sree Grandhe's user avatar
1 vote
1 answer
239 views

I have the whole firebase.google.com/go/v4 library as a dependency just to be able to do the following: client *auth.Client client.VerifyIDToken(ctx, bearerToken) Is there a lighter version of the ...
user3217163's user avatar
0 votes
1 answer
540 views

I'm currently using the Firebase adminSDK to get the user data from the firebase authentication. The following code seems it can access firebase, but the data to be retrieved is a memory address. I ...
X-MUK-625's user avatar
0 votes
1 answer
638 views

This has been a source of frustration for the past couple of days because the documentation makes it sound like it should be straightforward. I have a simple HTTP server running locally (Heroku ...
Kal's user avatar
  • 24.9k

15 30 50 per page