Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user_meta

$meta_query = array(
	array(
		'key'     => 'firebase_user_id',
		'value'   => '$firebase_user_id',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);