The problem is, I wanted to use Firebase cloud messaging in my chat app. Implementing the firebase documents in my android studio, I need to create a class which extends the FirebaseInstanceIdService
. However, this service seems missing.
public class MyFirebaseInstanceIdService extends FirebaseInstanceIdService{
}