FirebaseAI-Android-Chat-App icon indicating copy to clipboard operation
FirebaseAI-Android-Chat-App copied to clipboard

FirebaseAI-Android-Chat-App How to chat One-to-one

Open sreekanthdodla opened this issue 5 years ago • 1 comments

I am learning android and Firebase chat application Flow one to one chat not working Galexy replaying how to add friends Please help me.

sreekanthdodla avatar Apr 04 '20 11:04 sreekanthdodla

image

listitem 1 listitem 2

idata = new ProductsData(Pname,Description,Price,downloadImageUrl,CategoryName,productRandomKey,saveCurrentDate,saveCurrentTime); idatalit.add(idata); itemgroups = new ProductsGroup(CategoryName,idatalit);

    String chlddb = CategoryName.toString();

  ProductsRef.child(chlddb).getParent().setValue(itemgroups)

am using this query please help to add data

sreekanthdodla avatar Aug 08 '20 12:08 sreekanthdodla