and-nd-firebase icon indicating copy to clipboard operation
and-nd-firebase copied to clipboard

Course code repository for Firebase in a Weekend by Google: Android

Results 69 and-nd-firebase issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

getDownloadUrl() does not seem to exist anymore. Looking at the firebase-documentation it looks like this method is called on the reference now not taskSnapShot. I have tried the following but...

Updated gradle. Migrated to AndroidX. Updated project dependencies.

Migrated to AndoirdX + latest Dependencies = Working project 💯 . Continue your application development journey with udacity and complete that course. Feel free to reach me out for any...

I'm following a tutorial teaching how to upload images to Firebase. At certain moment the instructor will write the code to get the download URL after uploading by using `getDownloadUrl()`...

`public class Upload_Images_Activity extends AppCompatActivity { private static final int PICK_IMAGE_REQUEST=1; private Button mButtonChooseImage; private Button mButtonUpload; private TextView mTextViewShowUploads; private EditText mEditTextFileName; private ImageView mImageView; private ProgressBar mProgressbar; private...

If anyone struggling with Firebase Remote Config methods, I have posted the screenshots of updated methods. ![image](https://user-images.githubusercontent.com/56783054/123821888-6a8d7f80-d919-11eb-8a3a-6c5a30f11113.png) ![image](https://user-images.githubusercontent.com/56783054/123821963-7ed17c80-d919-11eb-8e24-5e3497d2a21d.png) only the above codes should be changes. All other codes will remain...

The following should be updated as there was a recent change to Firebase. implementation 'com.firebaseui:firebase-ui-auth:4.0.0' // Upload file to Firebase Storage photoRef.putFile(selectedImageUri); mChatPhotosStorageReference.putFile(selectedImageUri).continueWithTask(new Continuation() { @Override public Task then(@NonNull Task...

### When using continueWithTask( ) does not allow to use .addOnProgressListener( ). #### Error: Can not resolve method "addOnProgressListener(...)" ![CroppedError](https://user-images.githubusercontent.com/42118634/85870489-bcb33680-b7d5-11ea-875b-ff7147b4a4af.png)

when I choose google login, it displays available accounts to log in with, but when I choose one of them, it acts as RESULT_CANCELED, why ???