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