GithubHelp home page GithubHelp logo

android-firebase-chat's People

Contributors

hieuapp avatar nguyenvulebinh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-firebase-chat's Issues

How to setup firebase.

I have everything correctly, also the app is installed on my device, now to how setup firebase db for the perform the actual tasks, the app is made for?

vibration and notification

hi sir, thank you for this app, but there is problem , i am not getting why i am not
getting notification and any sound while receiving messages, please help. have i made any mistake?? and what is the need to add that bhrivchat.jks file??

app crashes after "get all friend dialogue " and unfortunately ,RivChat has stopped please help me

--------- beginning of crash
10-26 18:20:12.547 4590-4590/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.hieuapp.rivchat, PID: 4590
java.lang.NullPointerException: Attempt to read from field 'java.lang.String com.android.rivchat.model.User.name' on a null object reference
at com.android.rivchat.ui.UserProfileFragment.setupArrayListInfo(UserProfileFragment.java:243)
at com.android.rivchat.ui.UserProfileFragment$1.onDataChange(UserProfileFragment.java:93)
at com.google.firebase.database.Query$1.onDataChange(Unknown Source)
at com.google.android.gms.internal.zzaie.zza(Unknown Source)
at com.google.android.gms.internal.zzaje.zzcta(Unknown Source)
at com.google.android.gms.internal.zzajh$1.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)

error in searching friends

after siginin t he progress bar of searching friends is continue in progress..no friend is search..how to fix this issue

Questions About Inviting Friends by email and Admin Account

Two things: (1) I tried to use the invite contact by email feature but I get a message that the email isn't found. Do invitations go only to registered users? And if so, how would one user know another user's email address? I thought invitations would be from the phone's contact list or an email sent via the share function.

(2) The images in the Read me show an Admin screen. Where is that located or how is it set up?

Thanks.

firebase url

Hi i don't understand where you put the url of the firebasedatabase?
i'm new on android
thx

Message Date/time

Hey,

Congratulations for your projects. I'm using in my new App but, I'd like to know the easiest way of writing the date/time under every message.

Can you give any idea?

bye.

[Firebase] Project 'RivChat' reached a Database plan limit

Dear all developer,

My project is as demo app base on Firebase backend. I used free plan for this app. But, now this plan reached limit. So have a lot of bug crash when app request to firebase.

If you want clone this repository, please create new firebase project and use instead of my default firebase.

Thanks.
screenshot from 2017-11-26 22-10-39

Chat to a friend that has not added you

We have 2 users: a and b.

  • a add b as friend.
  • a send a message
  • b does not receive the message unless the application gets restarted

Same issue for creating groups

About Chat

Hello sir,
I have no issues but I have a request ,Your chat application code too good. It very simple and understandable.
There is all functionality for chat but I have a request can you add send image and location functionality same as text message.
Thank you so much in advance
My mail Id - [email protected]

translation error

in my code i got language error # translation

Please help me ..mail me "[email protected]"

Error:(22) Error: "F" is not translated in "af" (Afrikaans), "am" (Amharic), "ar" (Arabic), "be" (Belarusian), "bg" (Bulgarian), "ca" (Catalan), "cs" (Czech), "da" (Danish), "de" (German), "el" (Greek), "es" (Spanish), "es-US" (Spanish: United States), "et" (Estonian), "fa" (Persian), "fi" (Finnish), "fr" (French), "hi" (Hindi), "hr" (Croatian), "hu" (Hungarian), "in" (Indonesian), "it" (Italian), "iw" (Hebrew), "ja" (Japanese), "ko" (Korean), "lt" (Lithuanian), "lv" (Latvian), "ms" (Malay), "nb" (Norwegian Bokmål), "nl" (Dutch), "pl" (Polish), "pt" (Portuguese), "pt-PT" (Portuguese: Portugal), "rm" (Romansh), "ro" (Romanian), "ru" (Russian), "sk" (Slovak), "sl" (Slovenian), "sr" (Serbian), "sv" (Swedish), "sw" (Swahili), "th" (Thai), "tl" (Tagalog), "tr" (Turkish), "uk" (Ukrainian), "vi" (Vietnamese), "zh-CN" (Chinese: China), "zh-TW" (Chinese: Taiwan), "zu" (Zulu) [MissingTranslation]

Receiving last message of all rooms even after i have read them

When phone was switched off and switched on, the messages didnt come until i opened the app. I presumed the service was not being called, so i made a BroadcastReceiver with ACTION_BOOT_COMPLETED called the startServiceFriendChat, over there. But now the problem arise is, i get notification of last message of each room even after i have read the message, again and again. Can you suggest a solution please?

Firebase

missing steps how implement firebase

App crashes on Pre Lollipop devices

I have customized the app according to my requirements, but it is not considerable although have found that many syntax's and methods used are redundant and have changed then accordingly which is hosted at https://github.com/ashwin-phadke/ZappChatt .

The issue here is even after adding multidex support the app is crashing on all pre lollipop devices.
Any way to solve .

iOS version

Hi
Could you please let me know if you have iOS version for this app?
Thanks

License missing

This project is missing a license, could you please supply a license to use?

Register false - Email exist or weak password!

Whenever, I am trying to Register an account, everytime, I am getting:
Register false - Email exist or weak password!

Note: I have already registered my app with Firebase console and copied google-services.json within app folder.

So what could be the reasons ? why I am getting this message and is there something I missed.

Floating Action (Button Problem) New User Sign Up

Floating Action Button +@id/fab on click after compile and running on the phone doesn't work
and two floating action buttons have the same id (+@id/fab) both in activity_login.xml

<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignEnd="@id/cv"
android:layout_alignTop="@id/cv"
android:layout_marginEnd="20dp"
android:layout_marginTop="25dp"
android:onClick="clickRegisterLayout"
android:src="@drawable/ic_signup"
android:transitionName="loginFab"
app:fabSize="normal"
android:layout_alignRight="@id/cv"
android:layout_marginRight="-20dp" />

and activity_register.xml

android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal top"
android:onClick="clickBackLogin"
android:src="@drawable/plus_x"
android:transitionName="loginFab"
app:fabSize="normal" />

How connect mysql?

i see freindDB is not with firebase how can i connect to database mysql?
or i don't understand ahah
thx

Error

Bhrivchat.jks not found for signing config 'config'

after deleting and recreating friends

it's creating duplicate friends and give sqlite database error on deleting friend side and java.lang.IndexOutOfBoundsException.
how remove friends on both side ?

the app crashes after signup

i see u guys compliment out a peice of code and i wonder if i could put it back in am newbie to coding in java

Lets Help A new guy lol xD

What can I do If I want to add a Global Chat Group & Image Picker(I have some ideas for Image Picker) but cant fig out Global Chat since u made many Java files and I don't wana rewrite code if u already wrote it Sorry for being annoying I just started learning so many things I don't understand xD
[email protected]

Pagination?

You should add some pagination to this chat.What if chat messages numbers become thousands?

Building in My Android Studio 3 on Windows 10 not possible

I cloned the repository into Android Studio and had no option to clean or build the project. There were several errors thrown by the layout files. I thought maybe I would install the app-release.apk but while 9.5 MB of storage was taken up by the installation, all I saw was a screen with a Settings menu that did nothing when clicked?

I'm testing the apk with an LG Nexus 5 with Android 7.

There's no Read Me that explains usage of the package so I'm not very clear on what's what. I could create a project and copy the files and layouts to see where that leads...

Avatar Problem

Hi, why I can't change avatar profile? I've tried using your firebase and my firebase account it still have same problem.. thank you..

Change Credential

can i change to my own credential?,and how to change it?,what should i do?

Notification

is there anybody solve pushNotification problem??

Notifications and Message Status

Hey I've noticed few things,

  1. Notifications: Is it possible for us to show notifications at notification bar, whenever a new message comes from anyone (just like whatsapp sends Notification on arrival of new message) because, still we have to tap on each and every contact to check is there any new message from same account or not.

  2. Message Status: What if user like to know that his/her message has been delivered or not, can we use single or double tick for the same.

Group members online

Hi,

Can you tell me an easy way of doing a Group members online query to make a list in the group so as to user can see what members are participating in he group?

Thanks.

Firebase: Database Integration

Registration of new user works fine.. user is added to authorisation section but not in the database section...

Also the app hangs on "get all friend...." upon login...

New standard 2 - factor Authentication is not yet implemented

Two-factor authentication (also known as 2FA) is a type, or subset, of multi-factor authentication. It is a method of confirming users' claimed identities by using a combination of two different factors:

  1. something they know,
  2. something they have, or
  3. something they are.

Ordering Items in RecyclerView As Per TimeStamp

@hieuapp I found your app code and used ChatsFragment for my app. I implemented that one in my app. It works fine but the only issue is to order them as per timestamp.
Even In your app, The Items In ChatsFragment RecyclerView are arranged as per friend list not per their message timestamp. Can you or someone arrange something for making it arrangable as per TimeStamp it would work great both for your app and mine too. Thanking In Advance

Creating notifications.

Hey, for notifications to work, I believe there needs to be a node function in the firebase site that listens for database changes. Do you still have those functions?

About DB

Is it necessary to make Sqlite DB ?? Can we just use realtime database that firebase supports??

Register

Can't Register. Keep getting this error which says
Register False.
Email Exist or weak Password.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.