With the recent update to Firebase iOS SDK '10.27.0'.
the Firebase Realtime database, stops working due to this pod. Issue in Firebase
They have changed their socket implementation to use NSURLSessionWebSocket instead of SocketRocket.
The only way I know of to make Firebase's Realtime database work again is by removing this pod.
is there any solution to keep using both ?