webdevask.com

Menu

  • Home
  • New
  • Add question

php - How to Firebase User Metadata in Laravel

View Original

Solution:

You can use all the methods of the within blade templates, including the . This (as an example) should work:

{{$meta->createdAt->format('Y-m-d H:i:s')}}

Answer

Solution:

I found the solution

{{$user->metadata->createdAt->format('Y-m-d H:i:s')}}

Source

See also:

  • php สร้าง Google ชีตจากบัญชีบริการ

  • php - Laravel 8.0 Installation Failed

  • javascript - How to include HTML data (tags) as value in "arrayToDataTable" of Google Pie Chart?

  • how to Grouping array in php

  • php - vender folder from my laravel project has more 1k error

© 2021
E-mail: contact@webdevask.com
Back to top