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

storageReference = mRef.child("Images").child(mAuth.getCurrentUser().getUid()).child(image_name); UploadTask uploadTask = storageReference.putBytes(data); uploadTask.continueWithTask(new Continuation() { @Override public Task then(@NonNull Task task) throws Exception { return storageReference.getDownloadUrl(); } }).addOnCompleteListener(new OnCompleteListener() { @Override public void onComplete(@NonNull Task...

I think create gist for new version of android will be very helpful for new users.

I am using 3.5 android studio. and Now after adding deependancy on build.gradle its work and running

I can select photo but could not upload the photo to firebase

the 'activateFetched()' method is deprecated; what should I use now?

First i upgraded my gradle build tools to 3.4.2 then i upgraded my compile sdk to 28 and i'm still getting errors, Currently i'm getting: Manifest merger failed : Attribute...

List providers = Arrays.asList( new AuthUI.IdpConfig.EmailBuilder().build(), new AuthUI.IdpConfig.GoogleBuilder().build()); //user is signed out startActivityForResult( AuthUI.getInstance() .createSignInIntentBuilder() .setIsSmartLockEnabled(false) .setAvailableProviders(providers) .build(), RC_SIGN_IN);

ERROR: Failed to resolve: com.android.support:design:24.2.0 Add Google Maven repository and sync project Show in Project Structure dialog Affected Modules: app ERROR: Failed to resolve: com.android.support:appcompat-v7:24.2.0 Add Google Maven repository and...