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

Getting below error please help ``` Caused by: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed E:\AndroidStudioProjects\udacity\and-nd-firebase\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:2096: error: resource android:attr/fontStyle not found. E:\AndroidStudioProjects\udacity\and-nd-firebase\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:2097: error: resource android:attr/font not found. E:\AndroidStudioProjects\udacity\and-nd-firebase\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:2098: error: resource android:attr/fontWeight not...

compile and testCompile have been replaced by implementation and testImplementation. Also, gradle files are updated according to latest android requirements.

Updated deprecated code in MainActivity.java as commented (2019-06-08) Updated gradle build files top level & app level: top level: dependencies { classpath 'com.android.tools.build:gradle:3.4.1' classpath 'com.google.gms:google-services:4.2.0' app level: SDK Version 28...

Firebase SDK for Cloud Functions Migration Guide: Beta to version 1.0 In the code provided we need to remove the variable (event) and replace it with (change,context): this is the...

Hello, I'm sorry but I have a problem, I do not upload the photo to my store, the rules in my firebase store console is: service firebase.storage { match /b/chatfriendly.appspot.com/o...

export const updateUser = functions.database .ref('users/{userId}/') .onUpdate((change,context)=>{ const gou=change.after.val() })

![screenshot 2](https://user-images.githubusercontent.com/28669922/52181417-8ad3b580-2817-11e9-91e2-74ea5e6a277d.png)

I have searched multiple sites for this error but I'm end up getting solutions like, remove ":15.0.0" or change java to kotlin than use kapt etc, I need a better...