Firebase Database Tutorial for Android App Development | Realtime DB ,Firestore, Cloud Storage

Firebase Database Tutorial for Android App Development | Realtime DB ,Firestore, Cloud Storage

ForMyScholars

3 года назад

46,875 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Experimental Tips
Experimental Tips - 01.04.2023 17:53

register pe click karne par app crash ho rahi hai

Ответить
Eoghan Feighery
Eoghan Feighery - 24.03.2023 16:23

Is there a way to link user logins saved in Realtime Database to Firestore CRUD entries?

Ответить
K Mahendra
K Mahendra - 23.03.2023 13:00

First time i am learing firebase everything going up side of my head.... hee god hemp me out save me

Ответить
Prajjwal Tripathi
Prajjwal Tripathi - 15.03.2023 13:44

Thanks ALOT you made firebase much more easier😇😇😇😇😇🙌🙌🙌🙌

Ответить
aInvincibleProgramer
aInvincibleProgramer - 25.02.2023 17:51

Most precious video for android devloper 🖤🖤 thanks mam

Ответить
aInvincibleProgramer
aInvincibleProgramer - 25.02.2023 17:45

You are awesome mam

Ответить
[[[ §HUBH ]]]
[[[ §HUBH ]]] - 11.02.2023 10:09

thankyou

Ответить
Star Bawa
Star Bawa - 31.01.2023 18:49

Hello ma'am I am facing a problem i was able to authenticate using email and password but at home i am trying it again but the application keeps crashing it worked sometime ago , I checked the connection to the database again but nothing fruitful ,
It would be grateful if you'd help me out .

Ответить
Lalit Rajput
Lalit Rajput - 05.01.2023 10:32

🥇 🥇

Ответить
Harsh Brahmkshatriya
Harsh Brahmkshatriya - 23.11.2022 15:08

Mam make video on push notification using firebase

Ответить
NareSHaroN
NareSHaroN - 26.10.2022 12:37

Hi Madam, newly I started android development, I viewed so many videos but satisfied, after watching your vidoes, I got what exactly I am finding. Thanks,
I created firebase from login simple app as you showed in your video. I am able to register and login with emulator, but after creating apk file, application is not executing in mobile. Can you please help me..

Ответить
deepak vaishy
deepak vaishy - 12.09.2022 16:46

The best information

Ответить
Raz Muhammad
Raz Muhammad - 03.08.2022 15:52

hello Dear hope you will be fine . come to the point ur video lec # 5 i full copy your code for show data from fire base in list view but mery sath data show nahi ho raha hai please reply me i m waiting
here is my code🤔🤔


public class next_list extends AppCompatActivity {
Button btnShowValues;
ListView listView;
ArrayList<String> arrayList = new ArrayList<>();
ArrayAdapter adapter ;

FirebaseDatabase firebaseDatabase;
DatabaseReference databaseReference;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate( savedInstanceState );
setContentView( R.layout.activity_next_list );
btnShowValues = findViewById( R.id.btn_showList );
listView = findViewById( R.id.list_Showdata );
databaseReference = FirebaseDatabase.getInstance().getReference();
listView.setAdapter( adapter);

btnShowValues.setOnClickListener( new View.OnClickListener() {
@Override
public void onClick(View view) {

final ArrayAdapter<String> adapter = new ArrayAdapter<String>( next_list.this, R.layout.list_data, arrayList );

firebaseDatabase.getInstance().getReference().child( "Result1" ).addValueEventListener( new ValueEventListener() {
@Override
public void onDataChange(@NonNull DataSnapshot snapshot) {

if (snapshot.exists()) {
arrayList.clear();
for (DataSnapshot snapshot1 : snapshot.getChildren()) {
Result1 i = snapshot1.getValue( Result1.class );
String t = i.getName() + ":" + i.getPhoneNum() + ":" + i.getAddress();
arrayList.add( t );

Log.e( "TAG", "onDataChange: "+arrayList.size() );
Log.e( "TAG", "onDataChange: "+i.getName() );
Log.e( "TAG", "onDataChange: "+i.getAddress() );
Log.e( "TAG", "onDataChange: "+i.getPhoneNum() );

}
adapter.notifyDataSetChanged();

}
}

@Override
public void onCancelled(@NonNull DatabaseError error) {

}


} );
}
} );
}

Ответить
Vinit Hingmire
Vinit Hingmire - 15.07.2022 14:38

Not getting the changes in DB ..followed all your steps.. plz help

Ответить
Grow with Aman
Grow with Aman - 05.07.2022 19:44

which database use for news app .....?
I shall cover a district news only.

Ответить
Bhanj Bayar
Bhanj Bayar - 16.06.2022 05:47

👍 nice

Ответить
Juan Kagai
Juan Kagai - 26.03.2022 10:56

Couldn't you do it in English? 😒😒. Or is there an English version?

Ответить
PGT MACHINE
PGT MACHINE - 19.03.2022 08:43

mam, who is rajat

Ответить
Anish Singh
Anish Singh - 02.03.2022 09:45

Didi your step by step explanation was super osm. It cleared all of my doubts.

Ответить
The Marathi Mulga
The Marathi Mulga - 22.01.2022 12:21

How to retrive img to Firebase

Ответить
PUNJAB DOCUMENT
PUNJAB DOCUMENT - 18.01.2022 08:55

plz respone me....

Ответить
R rajkumar
R rajkumar - 18.01.2022 07:56

Please make a for firebase notifications send multiple devices and single user throw mobile.
Ex: WhatsApp notifications

Ответить
Deepak Sharma
Deepak Sharma - 11.01.2022 16:22

mam how we can access the pictures from firebase and show in the image view (do you mentioned it in this video )

Ответить
Priyanshu Chakarvarti
Priyanshu Chakarvarti - 03.01.2022 04:34

Firebase cloud function

Ответить
Nishant Kumar
Nishant Kumar - 29.12.2021 17:06

Please Flutter ki tutorial bhi add keejiye in integration with firebase

Ответить
Pratik Deshpande
Pratik Deshpande - 23.12.2021 07:23

You have sound knowledge, sound mind and perfect ability to explain as a trainer. All the best to your career. - Pratik (Corporate trainer since year 2000, currently director of educational startup).

Ответить
Mehmet & Gürdal
Mehmet & Gürdal - 15.12.2021 22:11

Hi,I am developing an application with android studio, I take the photos I uploaded from firebase from the database and show them on the homepage in order of time, but I want only one of the photos with the same names to appear.

Ответить
Singing World
Singing World - 10.11.2021 17:51

Very useful video 💯

Ответить
0m Belgaonkar
0m Belgaonkar - 03.11.2021 11:19

mam ,how much time is required to connect app to Firebase? because i have added app to firebase but it is not showing connected in Android studio

Ответить
ᴍʀ ᴄᴏᴅᴇʀ
ᴍʀ ᴄᴏᴅᴇʀ - 22.10.2021 13:12

Having one doubt in firebase android, how can we upload a image or text on firebase and send it to our app, like in amazon or flipkart where they publish products? Please reply mam

Ответить
Sudipto Kumar Mukherjee
Sudipto Kumar Mukherjee - 21.10.2021 22:03

Madam ji, kindly classes ke namm Capital letter se suru karein. Thank you for your great and informative lecture.

Ответить
Random Zindagi
Random Zindagi - 11.10.2021 23:50

Very helpful. Thanks 👍

Ответить
Hrushabh Jadhav
Hrushabh Jadhav - 07.10.2021 17:49

Thanks mam for this video....... It really helped me so much ❤️❤️

Ответить
Maaz Munir Patel
Maaz Munir Patel - 03.10.2021 14:35

Hey mam actually m trying to fetch data from realtime firebase on my web page in tabular form. Now my console is clear, it's not showing any errors but my data is not getting displayed in tables,just table heading are being displayed. What might be problem

Ответить
Maneesh Pandey
Maneesh Pandey - 28.09.2021 15:06

I'm telling one thing if you teach all languages and development related lectures, students will read more because your video watching retention rate will be much higher because people's love to watch your video.

That was a joke your video is really nice

Ответить
R Mohan Aiyer
R Mohan Aiyer - 14.08.2021 15:33

app crash ho raha hai Firebasedatabase code ka problem, import bhi kiya hai. Kindly advise

Ответить
I can help you
I can help you - 11.08.2021 13:12

Firebase add a new options app check please guide me this option how to use in quiz app .... 🙏

Ответить
Anshul Ghumadwar
Anshul Ghumadwar - 30.07.2021 15:39

Amazing mam.....

Ответить
jaimin solanki
jaimin solanki - 13.07.2021 19:27

Thank you deepali maam

Ответить
Anil official
Anil official - 09.07.2021 11:00

Nice video

Ответить
Technical Hussnain
Technical Hussnain - 30.06.2021 10:19

Mam, How to retrieve data from firestore on different activities or fragments.
For example, we have TabbedLayout with tab synonyms, antonyms, example and we have to fetch data for each tab.
Kindly make video on it.

Ответить
make more comedy
make more comedy - 24.06.2021 23:22

Mam 😊 thankyou very much 😍😍

Ответить
Mohit Yasholiya
Mohit Yasholiya - 24.06.2021 18:28

Mam node with express js par video banayiye

Ответить
Earning  And Learning
Earning And Learning - 24.06.2021 12:19

Maam kindly make more videos/tutorials on django . kindly maam .your way of teaching is excellent excellent

Ответить
Smart Decoder
Smart Decoder - 24.06.2021 11:48

I swear i was looking for this today.
Thank You So Much Maam'm

Ответить
YOUTUBE COMEDY
YOUTUBE COMEDY - 24.06.2021 10:06

same fragment navigation drawer and tool toolbar ?

Ответить