Retrieve only childAdded from firebase to my listener in firebase
问题 I currently have this python script running # Setup Firebase Listner # Retrieve the data from Firebase and do the analysis # Append the data to Firebase from firebase_streaming import Firebase # Firebase object fb = Firebase('https:***************.firebaseio.com/') # Callback function to Analyze the data for a Faulty Motor def performAnalysis_FaultyMotor(x): print(x) def performAnalysis_motor(x): print(x) # Declaring Custom callback definitions for the faulty and motor data custom_callback