Multiple Analog Inputs to send on Firebase using arduino Uno and ESP8266

Hi sir, i have no background so im a bit confused sorry, for example that i have my inputs at

const int xValue = A0;
const int yValue = A1;
const int zValue = A2:

How can i input in on the Firebase.setFloat?