Tag: rebase

54 votes
25 answers
3K views
Git refusing to merge unrelated histories on rebase

During git rebase origin/development the following error message is shown from Git: fatal: refusing to merge

avatar
Hildegard
0 1 0 9
asked 07 September, 2021
54 votes
19 answers
472 views
Undoing a git rebase

Does anybody know how to easily undo a git rebase? The only way that comes to mind is to go at it manually:

avatar
Shantay
0 1 0 9
asked 07 September, 2021
53 votes
30 answers
3K views
Delete commits from a branch in Git

I would like to know how to delete a commit. By delete, I mean it is as if I didn't make that commit, an

avatar
Don
0 1 0 9
asked 07 September, 2021
57 votes
30 answers
953 views
Squash my last X commits together using Git

How can I squash my last X commits together into one commit using Git?

avatar
Tana
0 1 0 9
asked 07 September, 2021
52 votes
29 answers
2.9K views
Error: Could not build Objective-C module 'Firebase'

When I compile the application I get an error equal to this: Could not build Objective-C module 'Fire

avatar
Chelsea
0 1 0 9
asked 07 September, 2021
49 votes
9 answers
2.3K views
How do I switch apps from the firebase cli?

This seems like something which should be pretty easy to do, but for whatever reason, I'm being defeated.

avatar
Dusty
0 1 0 9
asked 07 September, 2021
48 votes
2 answers
1.7K views
HTTP Error: 401 while setting up firebase cloud functions for android project

I`m trying to set up firebase functions, but I get an error after running firebase init. Error: HTTP Error: 4

avatar
Juliane
0 1 0 9
asked 07 September, 2021
62 votes
8 answers
382 views
Get users by name property using Firebase

I'm trying to create an application where I can get/set data in specific users accounts and I was tempted

avatar
Stacia
0 1 0 9
asked 07 September, 2021
55 votes
3 answers
3K views
How can I solve the error 'TS2532: Object is possibly 'undefined'?

I'm trying to rebuild a web app example that uses Firebase Cloud Functions and Firestore. When deploying

avatar
Tana
0 1 0 9
asked 07 September, 2021
53 votes
8 answers
2.1K views
How to add Document with Custom ID to firestore

Is there any chance to add a document to firestore collection with custom generated id, not the id generated b

avatar
Patsy
0 1 0 9
asked 07 September, 2021
59 votes
9 answers
2.4K views
type &apos;List<dynamic>&apos; is not a subtype of type &apos;List<Widget>&apos;

I have a snippet of code which I copied from Firestore example: Widget _buildBody(BuildContext context) {

avatar
Shanita
0 1 0 9
asked 07 September, 2021
54 votes
4 answers
2.2K views
How to deploy some functions to Cloud Functions for Firebase without affecting some other functions?

When I run firebase deploy --only functions it reads the index.js file and updates all functions exported fr

avatar
Majorie
0 1 0 9
asked 07 September, 2021
54 votes
7 answers
1.7K views
Firebase Permission Denied

I'm relatively new to coding and am having trouble. I have this code to send data to firebase app.useri

avatar
Dorinda
0 1 0 9
asked 07 September, 2021
57 votes
4 answers
2.9K views
In Firebase, is there a way to get the number of children of a node without loading all the node data?

You can get the child count via firebase_node.once('value', function(snapshot) { alert('Count:

avatar
Daniel
0 1 0 9
asked 07 September, 2021
60 votes
21 answers
2.8K views
Google Firestore: Query on substring of a property value (text search)

I am looking to add a simple search field, would like to use something like collectionRef.where('name&ap

avatar
Janella
0 1 0 9
asked 07 September, 2021
57 votes
14 answers
2.4K views
how to end ng serve or firebase serve

I've been doing web development with Angular2 and have been using both Angular2 and Firebase to run local

avatar
Thurman
0 1 0 9
asked 07 September, 2021
61 votes
13 answers
2.3K views
Google Firestore - how to get document by multiple ids in one round trip?

I am wondering if it's possible to get multiple documents by list of ids in one round trip (network call)

avatar
Boyd
0 1 0 9
asked 07 September, 2021
62 votes
30 answers
1.6K views
Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)

The dialog (Google form) for the credentials is opened successfully, but after I fill my credentials I'm

avatar
Shantay
0 1 0 9
asked 07 September, 2021
61 votes
10 answers
513 views
Notification Icon with the new Firebase Cloud Messaging system

Yesterday Google presented at Google I/O the new notification system based on the new Firebase. I tried this n

avatar
Adolfo
0 1 0 9
asked 07 September, 2021
54 votes
11 answers
2K views
Firestore query subcollections

I thought I read that you can query subcollections with the new Firebase Firestore, but I don't see any e

avatar
Forrest
0 1 0 9
asked 07 September, 2021