Firebase Tutorial: Getting Started

In case that you get a β€œThe dependency Firebase/Core is not used in any concrete target.” error when doing a pod update, change the Podfile to the following:

target 'Grocr' do
	pod 'Firebase/Core'
	pod 'Firebase/Database'
	pod 'Firebase/Auth'
end